Shades of Neutral Green #B4B17C
Tints of Neutral Green #B4B17C
RGB
CMYK
RGB Variations
Color information
#B4B17C (or 0xB4B17C) is known color: Neutral Green. HEX triplet: B4, B1 and 7C. RGB value is (180,177,124). Sum of RGB (Red+Green+Blue) = 180+177+124=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B17C is #4B4E83. Grayscale: #ACACAC. Windows color (decimal): -4935300 or 8171956. OLE color: 8171956.
HSL color Cylindrical-coordinate representation of color #B4B17C: hue angle of 56.79º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B4B17C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 124 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.29 |
| HSL | 56.79º | 0.27% | 0.6% | - |
| HSV(B) | 56.79º | 0.31% | 0.71% | - |
| XYZ | 38.18 | 42.6 | 25.28 | - |
| YUV | 171.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 124 | 0 | 0.02 | 0.31 | 0.29 | 56.79 | 0.27 | 0.6 |
| Hex | B4 | B1 | 7C | 0 | 2 | 1F | 1D | 39 | 1B | 3C |
| Octal | 264 | 261 | 174 | 0 | 2 | 37 | 35 | 71 | 33 | 74 |
| Binary | 10110100 | 10110001 | 1111100 | 0 | 10 | 11111 | 11101 | 111001 | 11011 | 111100 |
Color Harmonies of #B4B17C
Complementary color
Monochromatic Colors of #B4B17C
Black with #B4B17C
Text Example
Text Example
White with #B4B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B17C; }
p { color: rgb(180,177,124); }
H1.HeaderClassName
{
color: #B4B17C;
}
.AnyTagClassName
{
color: #B4B17C;
}
</style>
background-color css
<style>
a { background-color: #B4B17C; }
a { background-color: rgb(180,177,124); }
div.DivClassName
{
background-color: #B4B17C;
}
.BgClassName
{
background-color: #B4B17C;
}
</style>
border-color css
<style>
span { border-color: #B4B17C; }
span { border-color: rgb(180,177,124); }
td.TdClassName
{
border-color: #B4B17C;
}
.TagClassName
{
border-color: #B4B17C;
}
</style>