#BCDE47

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

Shades of Conifer #BCDE47

Tints of Conifer #BCDE47

Color information

#BCDE47 (or 0xBCDE47) is unknown color: approx Conifer. HEX triplet: BC, DE and 47. RGB value is (188,222,71). Sum of RGB (Red+Green+Blue) = 188+222+71=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDE47 is #4321B8. Grayscale: #C3C3C3. Windows color (decimal): -4399545 or 4710076. OLE color: 4710076.

HSL color Cylindrical-coordinate representation of color #BCDE47: hue angle of 73.51º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCDE47 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB18822271-
CMYK0.1500.680.13
HSL73.51º69.59%57.45%-
HSV(B)73.51º68.02%87.06%-
XYZ4863.3915.67-
YUV194.6258.24123.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 222 (87.11% from 255) = 46.15%
BLUE value IS 71 (28.12% from 255) = 14.76%
R=39.09%
G=46.15%
B=14.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188222710.1500.680.1373.5169.5957.45
HexBCDE47F044D4a4639
Octal2743361071701041511210671
Binary10111100110111101000111111101000100110110010101000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE47; }

 p { color: rgb(188,222,71); }

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

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

 a { background-color: rgb(188,222,71); }

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

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

 span { border-color: rgb(188,222,71); }

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