Shades of Neutral Green #B4AD7B
Tints of Neutral Green #B4AD7B
RGB
CMYK
RGB Variations
Color information
#B4AD7B (or 0xB4AD7B) is known color: Neutral Green. HEX triplet: B4, AD and 7B. RGB value is (180,173,123). Sum of RGB (Red+Green+Blue) = 180+173+123=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 123 (48.44% from 255 or 25.84% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4AD7B is #4B5284. Grayscale: #A9A9A9. Windows color (decimal): -4936325 or 8105396. OLE color: 8105396.
HSL color Cylindrical-coordinate representation of color #B4AD7B: hue angle of 52.63º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4AD7B is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 173 | 123 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.29 |
| HSL | 52.63º | 0.28% | 0.59% | - |
| HSV(B) | 52.63º | 0.32% | 0.71% | - |
| XYZ | 37.34 | 41.02 | 24.69 | - |
| YUV | 169.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 173 | 123 | 0 | 0.04 | 0.32 | 0.29 | 52.63 | 0.28 | 0.59 |
| Hex | B4 | AD | 7B | 0 | 4 | 20 | 1D | 35 | 1C | 3B |
| Octal | 264 | 255 | 173 | 0 | 4 | 40 | 35 | 65 | 34 | 73 |
| Binary | 10110100 | 10101101 | 1111011 | 0 | 100 | 100000 | 11101 | 110101 | 11100 | 111011 |
Color Harmonies of #B4AD7B
Complementary color
Monochromatic Colors of #B4AD7B
Black with #B4AD7B
Text Example
Text Example
White with #B4AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4AD7B; }
p { color: rgb(180,173,123); }
H1.HeaderClassName
{
color: #B4AD7B;
}
.AnyTagClassName
{
color: #B4AD7B;
}
</style>
background-color css
<style>
a { background-color: #B4AD7B; }
a { background-color: rgb(180,173,123); }
div.DivClassName
{
background-color: #B4AD7B;
}
.BgClassName
{
background-color: #B4AD7B;
}
</style>
border-color css
<style>
span { border-color: #B4AD7B; }
span { border-color: rgb(180,173,123); }
td.TdClassName
{
border-color: #B4AD7B;
}
.TagClassName
{
border-color: #B4AD7B;
}
</style>