#BCDF94

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

Shades of Sprout #BCDF94

Tints of Sprout #BCDF94

Color information

#BCDF94 (or 0xBCDF94) is unknown color: approx Sprout. HEX triplet: BC, DF and 94. RGB value is (188,223,148). Sum of RGB (Red+Green+Blue) = 188+223+148=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 148 (58.20% from 255 or 26.48% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDF94 is #43206B. Grayscale: #CCCCCC. Windows color (decimal): -4399212 or 9756604. OLE color: 9756604.

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

Color convert

RGB188223148-
CMYK0.1600.340.13
HSL88º53.96%72.75%-
HSV(B)88º33.63%87.45%-
XYZ52.4765.637.91-
YUV203.9896.4116.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.63%
GREEN value IS 223 (87.5% from 255) = 39.89%
BLUE value IS 148 (58.20% from 255) = 26.48%
R=33.63%
G=39.89%
B=26.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231480.1600.340.138853.9672.75
HexBCDF9410022D583649
Octal274337224200421513066111
Binary101111001101111110010100100000100010110110110001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF94; }

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

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

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

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

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

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

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

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