Shades of Sprout #B4C595
Tints of Sprout #B4C595
RGB
CMYK
RGB Variations
Color information
#B4C595 (or 0xB4C595) is known color: Sprout. HEX triplet: B4, C5 and 95. RGB value is (180,197,149). Sum of RGB (Red+Green+Blue) = 180+197+149=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C595 is #4B3A6A. Grayscale: #BABABA. Windows color (decimal): -4930155 or 9815476. OLE color: 9815476.
HSL color Cylindrical-coordinate representation of color #B4C595: hue angle of 81.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4C595 is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 149 | - |
| CMYK | 0.09 | 0 | 0.24 | 0.23 |
| HSL | 81.25º | 0.29% | 0.68% | - |
| HSV(B) | 81.25º | 0.24% | 0.77% | - |
| XYZ | 44.21 | 51.81 | 36.1 | - |
| YUV | 186.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 149 | 0.09 | 0 | 0.24 | 0.23 | 81.25 | 0.29 | 0.68 |
| Hex | B4 | C5 | 95 | 9 | 0 | 18 | 17 | 51 | 1D | 44 |
| Octal | 264 | 305 | 225 | 11 | 0 | 30 | 27 | 121 | 35 | 104 |
| Binary | 10110100 | 11000101 | 10010101 | 1001 | 0 | 11000 | 10111 | 1010001 | 11101 | 1000100 |
Color Harmonies of #B4C595
Complementary color
Monochromatic Colors of #B4C595
Black with #B4C595
Text Example
Text Example
White with #B4C595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C595; }
p { color: rgb(180,197,149); }
H1.HeaderClassName
{
color: #B4C595;
}
.AnyTagClassName
{
color: #B4C595;
}
</style>
background-color css
<style>
a { background-color: #B4C595; }
a { background-color: rgb(180,197,149); }
div.DivClassName
{
background-color: #B4C595;
}
.BgClassName
{
background-color: #B4C595;
}
</style>
border-color css
<style>
span { border-color: #B4C595; }
span { border-color: rgb(180,197,149); }
td.TdClassName
{
border-color: #B4C595;
}
.TagClassName
{
border-color: #B4C595;
}
</style>