#BCE45D

Color #BCE45D Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BCE45D

Tints of Conifer #BCE45D

Color information

#BCE45D (or 0xBCE45D) is unknown color: approx Conifer. HEX triplet: BC, E4 and 5D. RGB value is (188,228,93). Sum of RGB (Red+Green+Blue) = 188+228+93=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #BCE45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE45D is #431BA2. Grayscale: #C9C9C9. Windows color (decimal): -4397987 or 6153404. OLE color: 6153404.

HSL color Cylindrical-coordinate representation of color #BCE45D: hue angle of 77.78º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE45D is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB18822893-
CMYK0.1800.590.11
HSL77.78º71.43%62.94%-
HSV(B)77.78º59.21%89.41%-
XYZ50.4666.9720.62-
YUV200.6567.25118.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=36.94%
G=44.79%
B=18.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188228930.1800.590.1177.7871.4362.94
HexBCE45D1203BB4e473f
Octal274344135220731311610777
Binary10111100111001001011101100100111011101110011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE45D; }

 p { color: rgb(188,228,93); }

 H1.HeaderClassName
 {
   color: #BCE45D;
 }
 .AnyTagClassName
 {
   color: #BCE45D;
 }
</style>
background-color css

<style>
 a { background-color: #BCE45D; }

 a { background-color: rgb(188,228,93); }

 div.DivClassName
 {
   background-color: #BCE45D;
 }
 .BgClassName
 {
   background-color: #BCE45D;
 }
</style>
border-color css

<style>
 span { border-color: #BCE45D; }

 span { border-color: rgb(188,228,93); }

 td.TdClassName
 {
   border-color: #BCE45D;
 }
 .TagClassName
 {
   border-color: #BCE45D;
 }
</style>