#BCDF95

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

Shades of Sprout #BCDF95

Tints of Sprout #BCDF95

Color information

#BCDF95 (or 0xBCDF95) is unknown color: approx Sprout. HEX triplet: BC, DF and 95. RGB value is (188,223,149). Sum of RGB (Red+Green+Blue) = 188+223+149=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF95 is #43206A. Grayscale: #CCCCCC. Windows color (decimal): -4399211 or 9822140. OLE color: 9822140.

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

Color convert

RGB188223149-
CMYK0.1600.330.13
HSL88.38º53.62%72.94%-
HSV(B)88.38º33.18%87.45%-
XYZ52.5565.6438.33-
YUV204.196.9116.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=33.57%
G=39.82%
B=26.61%

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
Decimal1882231490.1600.330.1388.3853.6272.94
HexBCDF9510021D583649
Octal274337225200411513066111
Binary101111001101111110010101100000100001110110110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF95; }

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

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

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

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

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

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

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

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