Shades of Sprout #B9CC99
Tints of Sprout #B9CC99
RGB
CMYK
RGB Variations
Color information
#B9CC99 (or 0xB9CC99) is known color: Sprout. HEX triplet: B9, CC and 99. RGB value is (185,204,153). Sum of RGB (Red+Green+Blue) = 185+204+153=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 153 (60.16% from 255 or 28.23% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC99 is #463366. Grayscale: #C0C0C0. Windows color (decimal): -4600679 or 10079417. OLE color: 10079417.
HSL color Cylindrical-coordinate representation of color #B9CC99: hue angle of 82.35º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CC99 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 153 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.2 |
| HSL | 82.35º | 0.33% | 0.7% | - |
| HSV(B) | 82.35º | 0.25% | 0.8% | - |
| XYZ | 47.35 | 55.8 | 38.41 | - |
| YUV | 192.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 153 | 0.09 | 0 | 0.25 | 0.2 | 82.35 | 0.33 | 0.7 |
| Hex | B9 | CC | 99 | 9 | 0 | 19 | 14 | 52 | 21 | 46 |
| Octal | 271 | 314 | 231 | 11 | 0 | 31 | 24 | 122 | 41 | 106 |
| Binary | 10111001 | 11001100 | 10011001 | 1001 | 0 | 11001 | 10100 | 1010010 | 100001 | 1000110 |
Color Harmonies of #B9CC99
Complementary color
Monochromatic Colors of #B9CC99
Black with #B9CC99
Text Example
Text Example
White with #B9CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC99; }
p { color: rgb(185,204,153); }
H1.HeaderClassName
{
color: #B9CC99;
}
.AnyTagClassName
{
color: #B9CC99;
}
</style>
background-color css
<style>
a { background-color: #B9CC99; }
a { background-color: rgb(185,204,153); }
div.DivClassName
{
background-color: #B9CC99;
}
.BgClassName
{
background-color: #B9CC99;
}
</style>
border-color css
<style>
span { border-color: #B9CC99; }
span { border-color: rgb(185,204,153); }
td.TdClassName
{
border-color: #B9CC99;
}
.TagClassName
{
border-color: #B9CC99;
}
</style>