Shades of Sprout #B4C197
Tints of Sprout #B4C197
RGB
CMYK
RGB Variations
Color information
#B4C197 (or 0xB4C197) is known color: Sprout. HEX triplet: B4, C1 and 97. RGB value is (180,193,151). Sum of RGB (Red+Green+Blue) = 180+193+151=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #B4C197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C197 is #4B3E68. Grayscale: #B8B8B8. Windows color (decimal): -4931177 or 9945524. OLE color: 9945524.
HSL color Cylindrical-coordinate representation of color #B4C197: hue angle of 78.57º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4C197 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 193 | 151 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.24 |
| HSL | 78.57º | 0.25% | 0.67% | - |
| HSV(B) | 78.57º | 0.22% | 0.76% | - |
| XYZ | 43.48 | 50.08 | 36.65 | - |
| YUV | 184.33 | 109.19 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 193 | 151 | 0.07 | 0 | 0.22 | 0.24 | 78.57 | 0.25 | 0.67 |
| Hex | B4 | C1 | 97 | 7 | 0 | 16 | 18 | 4F | 19 | 43 |
| Octal | 264 | 301 | 227 | 7 | 0 | 26 | 30 | 117 | 31 | 103 |
| Binary | 10110100 | 11000001 | 10010111 | 111 | 0 | 10110 | 11000 | 1001111 | 11001 | 1000011 |
Color Harmonies of #B4C197
Complementary color
Monochromatic Colors of #B4C197
Black with #B4C197
Text Example
Text Example
White with #B4C197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C197; }
p { color: rgb(180,193,151); }
H1.HeaderClassName
{
color: #B4C197;
}
.AnyTagClassName
{
color: #B4C197;
}
</style>
background-color css
<style>
a { background-color: #B4C197; }
a { background-color: rgb(180,193,151); }
div.DivClassName
{
background-color: #B4C197;
}
.BgClassName
{
background-color: #B4C197;
}
</style>
border-color css
<style>
span { border-color: #B4C197; }
span { border-color: rgb(180,193,151); }
td.TdClassName
{
border-color: #B4C197;
}
.TagClassName
{
border-color: #B4C197;
}
</style>