Shades of Sprout #B4C098
Tints of Sprout #B4C098
RGB
CMYK
RGB Variations
Color information
#B4C098 (or 0xB4C098) is known color: Sprout. HEX triplet: B4, C0 and 98. RGB value is (180,192,152). Sum of RGB (Red+Green+Blue) = 180+192+152=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C098 is #4B3F67. Grayscale: #B8B8B8. Windows color (decimal): -4931432 or 10010804. OLE color: 10010804.
HSL color Cylindrical-coordinate representation of color #B4C098: hue angle of 78º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C098 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 192 | 152 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.25 |
| HSL | 78º | 0.24% | 0.67% | - |
| HSV(B) | 78º | 0.21% | 0.75% | - |
| XYZ | 43.34 | 49.67 | 37.01 | - |
| YUV | 183.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 192 | 152 | 0.06 | 0 | 0.21 | 0.25 | 78 | 0.24 | 0.67 |
| Hex | B4 | C0 | 98 | 6 | 0 | 15 | 19 | 4E | 18 | 43 |
| Octal | 264 | 300 | 230 | 6 | 0 | 25 | 31 | 116 | 30 | 103 |
| Binary | 10110100 | 11000000 | 10011000 | 110 | 0 | 10101 | 11001 | 1001110 | 11000 | 1000011 |
Color Harmonies of #B4C098
Complementary color
Monochromatic Colors of #B4C098
Black with #B4C098
Text Example
Text Example
White with #B4C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C098; }
p { color: rgb(180,192,152); }
H1.HeaderClassName
{
color: #B4C098;
}
.AnyTagClassName
{
color: #B4C098;
}
</style>
background-color css
<style>
a { background-color: #B4C098; }
a { background-color: rgb(180,192,152); }
div.DivClassName
{
background-color: #B4C098;
}
.BgClassName
{
background-color: #B4C098;
}
</style>
border-color css
<style>
span { border-color: #B4C098; }
span { border-color: rgb(180,192,152); }
td.TdClassName
{
border-color: #B4C098;
}
.TagClassName
{
border-color: #B4C098;
}
</style>