#BCE095

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

Shades of Sprout #BCE095

Tints of Sprout #BCE095

Color information

#BCE095 (or 0xBCE095) is unknown color: approx Sprout. HEX triplet: BC, E0 and 95. RGB value is (188,224,149). Sum of RGB (Red+Green+Blue) = 188+224+149=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCE095 is #431F6A. Grayscale: #CCCCCC. Windows color (decimal): -4398955 or 9822396. OLE color: 9822396.

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

Color convert

RGB188224149-
CMYK0.1600.330.12
HSL88.8º54.74%73.14%-
HSV(B)88.8º33.48%87.84%-
XYZ52.8266.1738.42-
YUV204.6996.57116.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 224 (87.89% from 255) = 39.93%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=33.51%
G=39.93%
B=26.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882241490.1600.330.1288.854.7473.14
HexBCE09510021C593749
Octal274340225200411413167111
Binary101111001110000010010101100000100001110010110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE095; }

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

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

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

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

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

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

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

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