Shades of Sprout #B4C59B
Tints of Sprout #B4C59B
RGB
CMYK
RGB Variations
Color information
#B4C59B (or 0xB4C59B) is known color: Sprout. HEX triplet: B4, C5 and 9B. RGB value is (180,197,155). Sum of RGB (Red+Green+Blue) = 180+197+155=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 197 (77.34% from 255 or 37.03% from 532); Blue value is 155 (60.94% from 255 or 29.14% from 532); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C59B is #4B3A64. Grayscale: #BBBBBB. Windows color (decimal): -4930149 or 10208692. OLE color: 10208692.
HSL color Cylindrical-coordinate representation of color #B4C59B: hue angle of 84.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4C59B is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 155 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.23 |
| HSL | 84.29º | 0.27% | 0.69% | - |
| HSV(B) | 84.29º | 0.21% | 0.77% | - |
| XYZ | 44.71 | 52 | 38.69 | - |
| YUV | 187.13 | 109.87 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 155 | 0.09 | 0 | 0.21 | 0.23 | 84.29 | 0.27 | 0.69 |
| Hex | B4 | C5 | 9B | 9 | 0 | 15 | 17 | 54 | 1B | 45 |
| Octal | 264 | 305 | 233 | 11 | 0 | 25 | 27 | 124 | 33 | 105 |
| Binary | 10110100 | 11000101 | 10011011 | 1001 | 0 | 10101 | 10111 | 1010100 | 11011 | 1000101 |
Color Harmonies of #B4C59B
Complementary color
Monochromatic Colors of #B4C59B
Black with #B4C59B
Text Example
Text Example
White with #B4C59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C59B; }
p { color: rgb(180,197,155); }
H1.HeaderClassName
{
color: #B4C59B;
}
.AnyTagClassName
{
color: #B4C59B;
}
</style>
background-color css
<style>
a { background-color: #B4C59B; }
a { background-color: rgb(180,197,155); }
div.DivClassName
{
background-color: #B4C59B;
}
.BgClassName
{
background-color: #B4C59B;
}
</style>
border-color css
<style>
span { border-color: #B4C59B; }
span { border-color: rgb(180,197,155); }
td.TdClassName
{
border-color: #B4C59B;
}
.TagClassName
{
border-color: #B4C59B;
}
</style>