#BBE095

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

Shades of Sprout #BBE095

Tints of Sprout #BBE095

Color information

#BBE095 (or 0xBBE095) is unknown color: approx Sprout. HEX triplet: BB, E0 and 95. RGB value is (187,224,149). Sum of RGB (Red+Green+Blue) = 187+224+149=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBE095 is #441F6A. Grayscale: #CCCCCC. Windows color (decimal): -4464491 or 9822395. OLE color: 9822395.

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

Color convert

RGB187224149-
CMYK0.1700.330.12
HSL89.6º54.74%73.14%-
HSV(B)89.6º33.48%87.84%-
XYZ52.5766.0538.41-
YUV204.3996.74115.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 224 (87.89% from 255) = 40%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=33.39%
G=40%
B=26.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1872241490.1700.330.1289.654.7473.14
HexBBE09511021C5a3749
Octal273340225210411413267111
Binary101110111110000010010101100010100001110010110101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE095; }

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

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

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

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

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

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

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

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