#BCDB57

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

Shades of Conifer #BCDB57

Tints of Conifer #BCDB57

Color information

#BCDB57 (or 0xBCDB57) is unknown color: approx Conifer. HEX triplet: BC, DB and 57. RGB value is (188,219,87). Sum of RGB (Red+Green+Blue) = 188+219+87=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB57 is #4324A8. Grayscale: #C3C3C3. Windows color (decimal): -4400297 or 5757884. OLE color: 5757884.

HSL color Cylindrical-coordinate representation of color #BCDB57: hue angle of 74.09º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCDB57 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB18821987-
CMYK0.1400.600.14
HSL74.09º64.71%60%-
HSV(B)74.09º60.27%85.88%-
XYZ47.7962.0418.47-
YUV194.6867.23123.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 87 (34.38% from 255) = 17.61%
R=38.06%
G=44.33%
B=17.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188219870.1400.600.1474.0964.7160
HexBCDB57E03CE4a413c
Octal274333127160741611210174
Binary1011110011011011101011111100111100111010010101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDB57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDB57; }

 p { color: rgb(188,219,87); }

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

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

 a { background-color: rgb(188,219,87); }

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

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

 span { border-color: rgb(188,219,87); }

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