Shades of Sprout #B4C599
Tints of Sprout #B4C599
RGB
CMYK
RGB Variations
Color information
#B4C599 (or 0xB4C599) is known color: Sprout. HEX triplet: B4, C5 and 99. RGB value is (180,197,153). Sum of RGB (Red+Green+Blue) = 180+197+153=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 153 (60.16% from 255 or 28.87% from 530); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C599 is #4B3A66. Grayscale: #BBBBBB. Windows color (decimal): -4930151 or 10077620. OLE color: 10077620.
HSL color Cylindrical-coordinate representation of color #B4C599: hue angle of 83.18º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C599 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 153 | - |
| CMYK | 0.09 | 0 | 0.22 | 0.23 |
| HSL | 83.18º | 0.28% | 0.69% | - |
| HSV(B) | 83.18º | 0.22% | 0.77% | - |
| XYZ | 44.54 | 51.94 | 37.81 | - |
| YUV | 186.9 | 108.87 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 153 | 0.09 | 0 | 0.22 | 0.23 | 83.18 | 0.28 | 0.69 |
| Hex | B4 | C5 | 99 | 9 | 0 | 16 | 17 | 53 | 1C | 45 |
| Octal | 264 | 305 | 231 | 11 | 0 | 26 | 27 | 123 | 34 | 105 |
| Binary | 10110100 | 11000101 | 10011001 | 1001 | 0 | 10110 | 10111 | 1010011 | 11100 | 1000101 |
Color Harmonies of #B4C599
Complementary color
Monochromatic Colors of #B4C599
Black with #B4C599
Text Example
Text Example
White with #B4C599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C599; }
p { color: rgb(180,197,153); }
H1.HeaderClassName
{
color: #B4C599;
}
.AnyTagClassName
{
color: #B4C599;
}
</style>
background-color css
<style>
a { background-color: #B4C599; }
a { background-color: rgb(180,197,153); }
div.DivClassName
{
background-color: #B4C599;
}
.BgClassName
{
background-color: #B4C599;
}
</style>
border-color css
<style>
span { border-color: #B4C599; }
span { border-color: rgb(180,197,153); }
td.TdClassName
{
border-color: #B4C599;
}
.TagClassName
{
border-color: #B4C599;
}
</style>