Shades of Sprout #B9CA98
Tints of Sprout #B9CA98
RGB
CMYK
RGB Variations
Color information
#B9CA98 (or 0xB9CA98) is known color: Sprout. HEX triplet: B9, CA and 98. RGB value is (185,202,152). Sum of RGB (Red+Green+Blue) = 185+202+152=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA98 is #463567. Grayscale: #BFBFBF. Windows color (decimal): -4601192 or 10013369. OLE color: 10013369.
HSL color Cylindrical-coordinate representation of color #B9CA98: hue angle of 80.4º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CA98 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 202 | 152 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.21 |
| HSL | 80.4º | 0.32% | 0.69% | - |
| HSV(B) | 80.4º | 0.25% | 0.79% | - |
| XYZ | 46.8 | 54.82 | 37.82 | - |
| YUV | 191.22 | 105.87 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 202 | 152 | 0.08 | 0 | 0.25 | 0.21 | 80.4 | 0.32 | 0.69 |
| Hex | B9 | CA | 98 | 8 | 0 | 19 | 15 | 50 | 20 | 45 |
| Octal | 271 | 312 | 230 | 10 | 0 | 31 | 25 | 120 | 40 | 105 |
| Binary | 10111001 | 11001010 | 10011000 | 1000 | 0 | 11001 | 10101 | 1010000 | 100000 | 1000101 |
Color Harmonies of #B9CA98
Complementary color
Monochromatic Colors of #B9CA98
Black with #B9CA98
Text Example
Text Example
White with #B9CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CA98; }
p { color: rgb(185,202,152); }
H1.HeaderClassName
{
color: #B9CA98;
}
.AnyTagClassName
{
color: #B9CA98;
}
</style>
background-color css
<style>
a { background-color: #B9CA98; }
a { background-color: rgb(185,202,152); }
div.DivClassName
{
background-color: #B9CA98;
}
.BgClassName
{
background-color: #B9CA98;
}
</style>
border-color css
<style>
span { border-color: #B9CA98; }
span { border-color: rgb(185,202,152); }
td.TdClassName
{
border-color: #B9CA98;
}
.TagClassName
{
border-color: #B9CA98;
}
</style>