Shades of Sprout #B9CA93
Tints of Sprout #B9CA93
RGB
CMYK
RGB Variations
Color information
#B9CA93 (or 0xB9CA93) is known color: Sprout. HEX triplet: B9, CA and 93. RGB value is (185,202,147). Sum of RGB (Red+Green+Blue) = 185+202+147=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA93 is #46356C. Grayscale: #BEBEBE. Windows color (decimal): -4601197 or 9685689. OLE color: 9685689.
HSL color Cylindrical-coordinate representation of color #B9CA93: hue angle of 78.55º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CA93 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 147 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.21 |
| HSL | 78.55º | 0.34% | 0.68% | - |
| HSV(B) | 78.55º | 0.27% | 0.79% | - |
| XYZ | 46.39 | 54.66 | 35.71 | - |
| YUV | 190.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 147 | 0.08 | 0 | 0.27 | 0.21 | 78.55 | 0.34 | 0.68 |
| Hex | B9 | CA | 93 | 8 | 0 | 1B | 15 | 4F | 22 | 44 |
| Octal | 271 | 312 | 223 | 10 | 0 | 33 | 25 | 117 | 42 | 104 |
| Binary | 10111001 | 11001010 | 10010011 | 1000 | 0 | 11011 | 10101 | 1001111 | 100010 | 1000100 |
Color Harmonies of #B9CA93
Complementary color
Monochromatic Colors of #B9CA93
Black with #B9CA93
Text Example
Text Example
White with #B9CA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA93; }
p { color: rgb(185,202,147); }
H1.HeaderClassName
{
color: #B9CA93;
}
.AnyTagClassName
{
color: #B9CA93;
}
</style>
background-color css
<style>
a { background-color: #B9CA93; }
a { background-color: rgb(185,202,147); }
div.DivClassName
{
background-color: #B9CA93;
}
.BgClassName
{
background-color: #B9CA93;
}
</style>
border-color css
<style>
span { border-color: #B9CA93; }
span { border-color: rgb(185,202,147); }
td.TdClassName
{
border-color: #B9CA93;
}
.TagClassName
{
border-color: #B9CA93;
}
</style>