#BCDE95

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

Shades of Sprout #BCDE95

Tints of Sprout #BCDE95

Color information

#BCDE95 (or 0xBCDE95) is unknown color: approx Sprout. HEX triplet: BC, DE and 95. RGB value is (188,222,149). Sum of RGB (Red+Green+Blue) = 188+222+149=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 222 (87.11% from 255 or 39.71% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDE95 is #43216A. Grayscale: #CBCBCB. Windows color (decimal): -4399467 or 9821884. OLE color: 9821884.

HSL color Cylindrical-coordinate representation of color #BCDE95: hue angle of 87.95º 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 #BCDE95 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB188222149-
CMYK0.1500.330.13
HSL87.95º52.52%72.75%-
HSV(B)87.95º32.88%87.06%-
XYZ52.2965.138.24-
YUV203.5197.24116.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 222 (87.11% from 255) = 39.71%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=33.63%
G=39.71%
B=26.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882221490.1500.330.1387.9552.5272.75
HexBCDE95F021D583549
Octal274336225170411513065111
Binary10111100110111101001010111110100001110110110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDE95; }

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

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

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

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

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

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

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

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