Shades of Sprout #B9CC8D
Tints of Sprout #B9CC8D
RGB
CMYK
RGB Variations
Color information
#B9CC8D (or 0xB9CC8D) is known color: Sprout. HEX triplet: B9, CC and 8D. RGB value is (185,204,141). Sum of RGB (Red+Green+Blue) = 185+204+141=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC8D is #463372. Grayscale: #BFBFBF. Windows color (decimal): -4600691 or 9292985. OLE color: 9292985.
HSL color Cylindrical-coordinate representation of color #B9CC8D: hue angle of 78.1º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B9CC8D is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 141 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.2 |
| HSL | 78.1º | 0.38% | 0.68% | - |
| HSV(B) | 78.1º | 0.31% | 0.8% | - |
| XYZ | 46.41 | 55.42 | 33.45 | - |
| YUV | 191.14 | 99.71 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 141 | 0.09 | 0 | 0.31 | 0.2 | 78.1 | 0.38 | 0.68 |
| Hex | B9 | CC | 8D | 9 | 0 | 1F | 14 | 4E | 26 | 44 |
| Octal | 271 | 314 | 215 | 11 | 0 | 37 | 24 | 116 | 46 | 104 |
| Binary | 10111001 | 11001100 | 10001101 | 1001 | 0 | 11111 | 10100 | 1001110 | 100110 | 1000100 |
Color Harmonies of #B9CC8D
Complementary color
Monochromatic Colors of #B9CC8D
Black with #B9CC8D
Text Example
Text Example
White with #B9CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC8D; }
p { color: rgb(185,204,141); }
H1.HeaderClassName
{
color: #B9CC8D;
}
.AnyTagClassName
{
color: #B9CC8D;
}
</style>
background-color css
<style>
a { background-color: #B9CC8D; }
a { background-color: rgb(185,204,141); }
div.DivClassName
{
background-color: #B9CC8D;
}
.BgClassName
{
background-color: #B9CC8D;
}
</style>
border-color css
<style>
span { border-color: #B9CC8D; }
span { border-color: rgb(185,204,141); }
td.TdClassName
{
border-color: #B9CC8D;
}
.TagClassName
{
border-color: #B9CC8D;
}
</style>