Shades of Sprout #B9CC9B
Tints of Sprout #B9CC9B
RGB
CMYK
RGB Variations
Color information
#B9CC9B (or 0xB9CC9B) is known color: Sprout. HEX triplet: B9, CC and 9B. RGB value is (185,204,155). Sum of RGB (Red+Green+Blue) = 185+204+155=544 (72% of max value = 765). Red value is 185 (72.66% from 255 or 34.01% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC9B is #463364. Grayscale: #C0C0C0. Windows color (decimal): -4600677 or 10210489. OLE color: 10210489.
HSL color Cylindrical-coordinate representation of color #B9CC9B: hue angle of 83.27º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9CC9B is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 155 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.2 |
| HSL | 83.27º | 0.32% | 0.7% | - |
| HSV(B) | 83.27º | 0.24% | 0.8% | - |
| XYZ | 47.52 | 55.87 | 39.29 | - |
| YUV | 192.73 | 106.71 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 155 | 0.09 | 0 | 0.24 | 0.2 | 83.27 | 0.32 | 0.7 |
| Hex | B9 | CC | 9B | 9 | 0 | 18 | 14 | 53 | 20 | 46 |
| Octal | 271 | 314 | 233 | 11 | 0 | 30 | 24 | 123 | 40 | 106 |
| Binary | 10111001 | 11001100 | 10011011 | 1001 | 0 | 11000 | 10100 | 1010011 | 100000 | 1000110 |
Color Harmonies of #B9CC9B
Complementary color
Monochromatic Colors of #B9CC9B
Black with #B9CC9B
Text Example
Text Example
White with #B9CC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC9B; }
p { color: rgb(185,204,155); }
H1.HeaderClassName
{
color: #B9CC9B;
}
.AnyTagClassName
{
color: #B9CC9B;
}
</style>
background-color css
<style>
a { background-color: #B9CC9B; }
a { background-color: rgb(185,204,155); }
div.DivClassName
{
background-color: #B9CC9B;
}
.BgClassName
{
background-color: #B9CC9B;
}
</style>
border-color css
<style>
span { border-color: #B9CC9B; }
span { border-color: rgb(185,204,155); }
td.TdClassName
{
border-color: #B9CC9B;
}
.TagClassName
{
border-color: #B9CC9B;
}
</style>