#BBD09D

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

Shades of Sprout #BBD09D

Tints of Sprout #BBD09D

Color information

#BBD09D (or 0xBBD09D) is unknown color: approx Sprout. HEX triplet: BB, D0 and 9D. RGB value is (187,208,157). Sum of RGB (Red+Green+Blue) = 187+208+157=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD09D is #442F62. Grayscale: #C4C4C4. Windows color (decimal): -4468579 or 10342587. OLE color: 10342587.

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

Color convert

RGB187208157-
CMYK0.1000.250.18
HSL84.71º35.17%71.57%-
HSV(B)84.71º24.52%81.57%-
XYZ49.1458.1140.53-
YUV195.91106.04121.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 208 (81.64% from 255) = 37.68%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=33.88%
G=37.68%
B=28.44%

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
Decimal1872081570.1000.250.1884.7135.1771.57
HexBBD09DA01912552348
Octal273320235120312212543110
Binary10111011110100001001110110100110011001010101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD09D; }

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

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

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

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

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

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

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

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