#BBD08E

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

Shades of Sprout #BBD08E

Tints of Sprout #BBD08E

Color information

#BBD08E (or 0xBBD08E) is unknown color: approx Sprout. HEX triplet: BB, D0 and 8E. RGB value is (187,208,142). Sum of RGB (Red+Green+Blue) = 187+208+142=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 142 (55.86% from 255 or 26.44% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD08E is #442F71. Grayscale: #C2C2C2. Windows color (decimal): -4468594 or 9359547. OLE color: 9359547.

HSL color Cylindrical-coordinate representation of color #BBD08E: hue angle of 79.09º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD08E is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB187208142-
CMYK0.1000.320.18
HSL79.09º41.25%68.63%-
HSV(B)79.09º31.73%81.57%-
XYZ47.9357.6334.19-
YUV194.298.54122.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 208 (81.64% from 255) = 38.73%
BLUE value IS 142 (55.86% from 255) = 26.44%
R=34.82%
G=38.73%
B=26.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081420.1000.320.1879.0941.2568.63
HexBBD08EA020124f2945
Octal273320216120402211751105
Binary101110111101000010001110101001000001001010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD08E; }

 p { color: rgb(187,208,142); }

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

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

 a { background-color: rgb(187,208,142); }

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

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

 span { border-color: rgb(187,208,142); }

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