Shades of Sprout #B9CAA0
Tints of Sprout #B9CAA0
RGB
CMYK
RGB Variations
Color information
#B9CAA0 (or 0xB9CAA0) is known color: Sprout. HEX triplet: B9, CA and A0. RGB value is (185,202,160). Sum of RGB (Red+Green+Blue) = 185+202+160=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CAA0 is #46355F. Grayscale: #C0C0C0. Windows color (decimal): -4601184 or 10537657. OLE color: 10537657.
HSL color Cylindrical-coordinate representation of color #B9CAA0: hue angle of 84.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CAA0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 160 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.21 |
| HSL | 84.29º | 0.28% | 0.71% | - |
| HSV(B) | 84.29º | 0.21% | 0.79% | - |
| XYZ | 47.47 | 55.09 | 41.39 | - |
| YUV | 192.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 160 | 0.08 | 0 | 0.21 | 0.21 | 84.29 | 0.28 | 0.71 |
| Hex | B9 | CA | A0 | 8 | 0 | 15 | 15 | 54 | 1C | 47 |
| Octal | 271 | 312 | 240 | 10 | 0 | 25 | 25 | 124 | 34 | 107 |
| Binary | 10111001 | 11001010 | 10100000 | 1000 | 0 | 10101 | 10101 | 1010100 | 11100 | 1000111 |
Color Harmonies of #B9CAA0
Complementary color
Monochromatic Colors of #B9CAA0
Black with #B9CAA0
Text Example
Text Example
White with #B9CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CAA0; }
p { color: rgb(185,202,160); }
H1.HeaderClassName
{
color: #B9CAA0;
}
.AnyTagClassName
{
color: #B9CAA0;
}
</style>
background-color css
<style>
a { background-color: #B9CAA0; }
a { background-color: rgb(185,202,160); }
div.DivClassName
{
background-color: #B9CAA0;
}
.BgClassName
{
background-color: #B9CAA0;
}
</style>
border-color css
<style>
span { border-color: #B9CAA0; }
span { border-color: rgb(185,202,160); }
td.TdClassName
{
border-color: #B9CAA0;
}
.TagClassName
{
border-color: #B9CAA0;
}
</style>