#BCDF96

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

Shades of Sprout #BCDF96

Tints of Sprout #BCDF96

Color information

#BCDF96 (or 0xBCDF96) is unknown color: approx Sprout. HEX triplet: BC, DF and 96. RGB value is (188,223,150). Sum of RGB (Red+Green+Blue) = 188+223+150=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 223 (87.5% from 255 or 39.75% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF96 is #432069. Grayscale: #CCCCCC. Windows color (decimal): -4399210 or 9887676. OLE color: 9887676.

HSL color Cylindrical-coordinate representation of color #BCDF96: hue angle of 88.77º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BCDF96 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB188223150-
CMYK0.1600.330.13
HSL88.77º53.28%73.14%-
HSV(B)88.77º32.74%87.45%-
XYZ52.6365.6738.76-
YUV204.2197.4116.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 223 (87.5% from 255) = 39.75%
BLUE value IS 150 (58.98% from 255) = 26.74%
R=33.51%
G=39.75%
B=26.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231500.1600.330.1388.7753.2873.14
HexBCDF9610021D593549
Octal274337226200411513165111
Binary101111001101111110010110100000100001110110110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF96; }

 p { color: rgb(188,223,150); }

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

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

 a { background-color: rgb(188,223,150); }

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

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

 span { border-color: rgb(188,223,150); }

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