Shades of Sprout #B9CA9B
Tints of Sprout #B9CA9B
RGB
CMYK
RGB Variations
Color information
#B9CA9B (or 0xB9CA9B) is known color: Sprout. HEX triplet: B9, CA and 9B. RGB value is (185,202,155). Sum of RGB (Red+Green+Blue) = 185+202+155=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA9B is #463564. Grayscale: #BFBFBF. Windows color (decimal): -4601189 or 10209977. OLE color: 10209977.
HSL color Cylindrical-coordinate representation of color #B9CA9B: hue angle of 81.7º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9CA9B is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 155 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.21 |
| HSL | 81.7º | 0.31% | 0.7% | - |
| HSV(B) | 81.7º | 0.23% | 0.79% | - |
| XYZ | 47.04 | 54.92 | 39.13 | - |
| YUV | 191.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 155 | 0.08 | 0 | 0.23 | 0.21 | 81.7 | 0.31 | 0.7 |
| Hex | B9 | CA | 9B | 8 | 0 | 17 | 15 | 52 | 1F | 46 |
| Octal | 271 | 312 | 233 | 10 | 0 | 27 | 25 | 122 | 37 | 106 |
| Binary | 10111001 | 11001010 | 10011011 | 1000 | 0 | 10111 | 10101 | 1010010 | 11111 | 1000110 |
Color Harmonies of #B9CA9B
Complementary color
Monochromatic Colors of #B9CA9B
Black with #B9CA9B
Text Example
Text Example
White with #B9CA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA9B; }
p { color: rgb(185,202,155); }
H1.HeaderClassName
{
color: #B9CA9B;
}
.AnyTagClassName
{
color: #B9CA9B;
}
</style>
background-color css
<style>
a { background-color: #B9CA9B; }
a { background-color: rgb(185,202,155); }
div.DivClassName
{
background-color: #B9CA9B;
}
.BgClassName
{
background-color: #B9CA9B;
}
</style>
border-color css
<style>
span { border-color: #B9CA9B; }
span { border-color: rgb(185,202,155); }
td.TdClassName
{
border-color: #B9CA9B;
}
.TagClassName
{
border-color: #B9CA9B;
}
</style>