Shades of Sprout #BBD29A
Tints of Sprout #BBD29A
RGB
CMYK
RGB Variations
Color information
#BBD29A (or 0xBBD29A) is known color: 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
| RGB | 187 | 210 | 154 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.18 |
| HSL | 84.64º | 0.38% | 0.71% | - |
| HSV(B) | 84.64º | 0.27% | 0.82% | - |
| XYZ | 49.37 | 58.99 | 39.36 | - |
| YUV | 196.74 | 103.88 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 154 | 0.11 | 0 | 0.27 | 0.18 | 84.64 | 0.38 | 0.71 |
| Hex | BB | D2 | 9A | B | 0 | 1B | 12 | 55 | 26 | 47 |
| Octal | 273 | 322 | 232 | 13 | 0 | 33 | 22 | 125 | 46 | 107 |
| Binary | 10111011 | 11010010 | 10011010 | 1011 | 0 | 11011 | 10010 | 1010101 | 100110 | 1000111 |
Color Harmonies of #BBD29A
Complementary color
Monochromatic Colors of #BBD29A
Black with #BBD29A
Text Example
Text Example
White with #BBD29A
Text Example
Text Example
HTML Codes & Css Web 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>