Shades of Green Spring #B4BD97
Tints of Green Spring #B4BD97
RGB
CMYK
RGB Variations
Color information
#B4BD97 (or 0xB4BD97) is known color: Green Spring. HEX triplet: B4, BD and 97. RGB value is (180,189,151). Sum of RGB (Red+Green+Blue) = 180+189+151=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BD97 is #4B4268. Grayscale: #B6B6B6. Windows color (decimal): -4932201 or 9944500. OLE color: 9944500.
HSL color Cylindrical-coordinate representation of color #B4BD97: hue angle of 74.21º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4BD97 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 151 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.26 |
| HSL | 74.21º | 0.22% | 0.67% | - |
| HSV(B) | 74.21º | 0.2% | 0.74% | - |
| XYZ | 42.61 | 48.33 | 36.36 | - |
| YUV | 181.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 151 | 0.05 | 0 | 0.20 | 0.26 | 74.21 | 0.22 | 0.67 |
| Hex | B4 | BD | 97 | 5 | 0 | 14 | 1A | 4A | 16 | 43 |
| Octal | 264 | 275 | 227 | 5 | 0 | 24 | 32 | 112 | 26 | 103 |
| Binary | 10110100 | 10111101 | 10010111 | 101 | 0 | 10100 | 11010 | 1001010 | 10110 | 1000011 |
Color Harmonies of #B4BD97
Complementary color
Monochromatic Colors of #B4BD97
Black with #B4BD97
Text Example
Text Example
White with #B4BD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD97; }
p { color: rgb(180,189,151); }
H1.HeaderClassName
{
color: #B4BD97;
}
.AnyTagClassName
{
color: #B4BD97;
}
</style>
background-color css
<style>
a { background-color: #B4BD97; }
a { background-color: rgb(180,189,151); }
div.DivClassName
{
background-color: #B4BD97;
}
.BgClassName
{
background-color: #B4BD97;
}
</style>
border-color css
<style>
span { border-color: #B4BD97; }
span { border-color: rgb(180,189,151); }
td.TdClassName
{
border-color: #B4BD97;
}
.TagClassName
{
border-color: #B4BD97;
}
</style>