#BBD09C

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

Shades of Sprout #BBD09C

Tints of Sprout #BBD09C

Color information

#BBD09C (or 0xBBD09C) is unknown color: approx Sprout. HEX triplet: BB, D0 and 9C. RGB value is (187,208,156). Sum of RGB (Red+Green+Blue) = 187+208+156=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 156 (61.33% from 255 or 28.31% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD09C is #442F63. Grayscale: #C3C3C3. Windows color (decimal): -4468580 or 10277051. OLE color: 10277051.

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

Color convert

RGB187208156-
CMYK0.1000.250.18
HSL84.23º35.62%71.37%-
HSV(B)84.23º25%81.57%-
XYZ49.0558.0840.08-
YUV195.79105.54121.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 208 (81.64% from 255) = 37.75%
BLUE value IS 156 (61.33% from 255) = 28.31%
R=33.94%
G=37.75%
B=28.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081560.1000.250.1884.2335.6271.37
HexBBD09CA01912542447
Octal273320234120312212444107
Binary10111011110100001001110010100110011001010101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD09C; }

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

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

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

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

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

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

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

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