Shades of Sprout #BBC99D
Tints of Sprout #BBC99D
RGB
CMYK
RGB Variations
Color information
#BBC99D (or 0xBBC99D) is known color: Sprout. HEX triplet: BB, C9 and 9D. RGB value is (187,201,157). Sum of RGB (Red+Green+Blue) = 187+201+157=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC99D is #443662. Grayscale: #BFBFBF. Windows color (decimal): -4470371 or 10340795. OLE color: 10340795.
HSL color Cylindrical-coordinate representation of color #BBC99D: hue angle of 79.09º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC99D is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 201 | 157 | - |
CMYK | 0.07 | 0 | 0.22 | 0.21 |
HSL | 79.09º | 0.29% | 0.7% | - |
HSV(B) | 79.09º | 0.22% | 0.79% | - |
XYZ | 47.47 | 54.77 | 39.97 | - |
YUV | 191.8 | 108.36 | 124.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 201 | 157 | 0.07 | 0 | 0.22 | 0.21 | 79.09 | 0.29 | 0.7 |
Hex | BB | C9 | 9D | 7 | 0 | 16 | 15 | 4F | 1D | 46 |
Octal | 273 | 311 | 235 | 7 | 0 | 26 | 25 | 117 | 35 | 106 |
Binary | 10111011 | 11001001 | 10011101 | 111 | 0 | 10110 | 10101 | 1001111 | 11101 | 1000110 |
Color Harmonies of #BBC99D
Complementary color
Monochromatic Colors of #BBC99D
Black with #BBC99D
Text Example
Text Example
White with #BBC99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC99D; }
p { color: rgb(187,201,157); }
H1.HeaderClassName
{
color: #BBC99D;
}
.AnyTagClassName
{
color: #BBC99D;
}
</style>
background-color css
<style>
a { background-color: #BBC99D; }
a { background-color: rgb(187,201,157); }
div.DivClassName
{
background-color: #BBC99D;
}
.BgClassName
{
background-color: #BBC99D;
}
</style>
border-color css
<style>
span { border-color: #BBC99D; }
span { border-color: rgb(187,201,157); }
td.TdClassName
{
border-color: #BBC99D;
}
.TagClassName
{
border-color: #BBC99D;
}
</style>