#BBD29A

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

Shades of Sprout #BBD29A

Tints of Sprout #BBD29A

Color information

#BBD29A (or 0xBBD29A) is unknown color: approx Sprout. HEX triplet: BB, D2 and 9A. RGB value is (187,210,154). Sum of RGB (Red+Green+Blue) = 187+210+154=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD29A is #442D65. Grayscale: #C4C4C4. Windows color (decimal): -4468070 or 10146491. OLE color: 10146491.

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

Color convert

RGB187210154-
CMYK0.1100.270.18
HSL84.64º38.36%71.37%-
HSV(B)84.64º26.67%82.35%-
XYZ49.3758.9939.36-
YUV196.74103.88121.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 154 (60.55% from 255) = 27.95%
R=33.94%
G=38.11%
B=27.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101540.1100.270.1884.6438.3671.37
HexBBD29AB01B12552647
Octal273322232130332212546107
Binary10111011110100101001101010110110111001010101011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD29A; }

 p { color: rgb(187,210,154); }

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

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

 a { background-color: rgb(187,210,154); }

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

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

 span { border-color: rgb(187,210,154); }

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