Shades of Neutral Green #B4AC7D
Tints of Neutral Green #B4AC7D
RGB
CMYK
RGB Variations
Color information
#B4AC7D (or 0xB4AC7D) is known color: Neutral Green. HEX triplet: B4, AC and 7D. RGB value is (180,172,125). Sum of RGB (Red+Green+Blue) = 180+172+125=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AC7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AC7D is #4B5382. Grayscale: #A9A9A9. Windows color (decimal): -4936579 or 8236212. OLE color: 8236212.
HSL color Cylindrical-coordinate representation of color #B4AC7D: hue angle of 51.27º 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 #B4AC7D is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 172 | 125 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.29 |
| HSL | 51.27º | 0.27% | 0.6% | - |
| HSV(B) | 51.27º | 0.31% | 0.71% | - |
| XYZ | 37.28 | 40.69 | 25.29 | - |
| YUV | 169.03 | 103.15 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 172 | 125 | 0 | 0.04 | 0.31 | 0.29 | 51.27 | 0.27 | 0.6 |
| Hex | B4 | AC | 7D | 0 | 4 | 1F | 1D | 33 | 1B | 3C |
| Octal | 264 | 254 | 175 | 0 | 4 | 37 | 35 | 63 | 33 | 74 |
| Binary | 10110100 | 10101100 | 1111101 | 0 | 100 | 11111 | 11101 | 110011 | 11011 | 111100 |
Color Harmonies of #B4AC7D
Complementary color
Monochromatic Colors of #B4AC7D
Black with #B4AC7D
Text Example
Text Example
White with #B4AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AC7D; }
p { color: rgb(180,172,125); }
H1.HeaderClassName
{
color: #B4AC7D;
}
.AnyTagClassName
{
color: #B4AC7D;
}
</style>
background-color css
<style>
a { background-color: #B4AC7D; }
a { background-color: rgb(180,172,125); }
div.DivClassName
{
background-color: #B4AC7D;
}
.BgClassName
{
background-color: #B4AC7D;
}
</style>
border-color css
<style>
span { border-color: #B4AC7D; }
span { border-color: rgb(180,172,125); }
td.TdClassName
{
border-color: #B4AC7D;
}
.TagClassName
{
border-color: #B4AC7D;
}
</style>