Shades of Sprout #B9C498
Tints of Sprout #B9C498
RGB
CMYK
RGB Variations
Color information
#B9C498 (or 0xB9C498) is known color: Sprout. HEX triplet: B9, C4 and 98. RGB value is (185,196,152). Sum of RGB (Red+Green+Blue) = 185+196+152=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C498 is #463B67. Grayscale: #BBBBBB. Windows color (decimal): -4602728 or 10011833. OLE color: 10011833.
HSL color Cylindrical-coordinate representation of color #B9C498: hue angle of 75º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9C498 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 185 | 196 | 152 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.23 |
| HSL | 75º | 0.27% | 0.68% | - |
| HSV(B) | 75º | 0.22% | 0.77% | - |
| XYZ | 45.42 | 52.06 | 37.36 | - |
| YUV | 187.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 196 | 152 | 0.06 | 0 | 0.22 | 0.23 | 75 | 0.27 | 0.68 |
| Hex | B9 | C4 | 98 | 6 | 0 | 16 | 17 | 4B | 1B | 44 |
| Octal | 271 | 304 | 230 | 6 | 0 | 26 | 27 | 113 | 33 | 104 |
| Binary | 10111001 | 11000100 | 10011000 | 110 | 0 | 10110 | 10111 | 1001011 | 11011 | 1000100 |
Color Harmonies of #B9C498
Complementary color
Monochromatic Colors of #B9C498
Black with #B9C498
Text Example
Text Example
White with #B9C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C498; }
p { color: rgb(185,196,152); }
H1.HeaderClassName
{
color: #B9C498;
}
.AnyTagClassName
{
color: #B9C498;
}
</style>
background-color css
<style>
a { background-color: #B9C498; }
a { background-color: rgb(185,196,152); }
div.DivClassName
{
background-color: #B9C498;
}
.BgClassName
{
background-color: #B9C498;
}
</style>
border-color css
<style>
span { border-color: #B9C498; }
span { border-color: rgb(185,196,152); }
td.TdClassName
{
border-color: #B9C498;
}
.TagClassName
{
border-color: #B9C498;
}
</style>