Shades of Sprout #B4C5A2
Tints of Sprout #B4C5A2
RGB
CMYK
RGB Variations
Color information
#B4C5A2 (or 0xB4C5A2) is known color: Sprout. HEX triplet: B4, C5 and A2. RGB value is (180,197,162). Sum of RGB (Red+Green+Blue) = 180+197+162=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 197 (77.34% from 255 or 36.55% from 539); Blue value is 162 (63.67% from 255 or 30.06% from 539); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C5A2 is #4B3A5D. Grayscale: #BCBCBC. Windows color (decimal): -4930142 or 10667444. OLE color: 10667444.
HSL color Cylindrical-coordinate representation of color #B4C5A2: hue angle of 89.14º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4C5A2 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 180 | 197 | 162 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.23 |
| HSL | 89.14º | 0.23% | 0.7% | - |
| HSV(B) | 89.14º | 0.18% | 0.77% | - |
| XYZ | 45.31 | 52.24 | 41.88 | - |
| YUV | 187.93 | 113.37 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 197 | 162 | 0.09 | 0 | 0.18 | 0.23 | 89.14 | 0.23 | 0.7 |
| Hex | B4 | C5 | A2 | 9 | 0 | 12 | 17 | 59 | 17 | 46 |
| Octal | 264 | 305 | 242 | 11 | 0 | 22 | 27 | 131 | 27 | 106 |
| Binary | 10110100 | 11000101 | 10100010 | 1001 | 0 | 10010 | 10111 | 1011001 | 10111 | 1000110 |
Color Harmonies of #B4C5A2
Complementary color
Monochromatic Colors of #B4C5A2
Black with #B4C5A2
Text Example
Text Example
White with #B4C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C5A2; }
p { color: rgb(180,197,162); }
H1.HeaderClassName
{
color: #B4C5A2;
}
.AnyTagClassName
{
color: #B4C5A2;
}
</style>
background-color css
<style>
a { background-color: #B4C5A2; }
a { background-color: rgb(180,197,162); }
div.DivClassName
{
background-color: #B4C5A2;
}
.BgClassName
{
background-color: #B4C5A2;
}
</style>
border-color css
<style>
span { border-color: #B4C5A2; }
span { border-color: rgb(180,197,162); }
td.TdClassName
{
border-color: #B4C5A2;
}
.TagClassName
{
border-color: #B4C5A2;
}
</style>