Shades of Neutral Green #B5AD7B
Tints of Neutral Green #B5AD7B
RGB
CMYK
RGB Variations
Color information
#B5AD7B (or 0xB5AD7B) is known color: Neutral Green. HEX triplet: B5, AD and 7B. RGB value is (181,173,123). Sum of RGB (Red+Green+Blue) = 181+173+123=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD7B is #4A5284. Grayscale: #A9A9A9. Windows color (decimal): -4870789 or 8105397. OLE color: 8105397.
HSL color Cylindrical-coordinate representation of color #B5AD7B: hue angle of 51.72º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5AD7B is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 123 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.29 |
| HSL | 51.72º | 0.28% | 0.6% | - |
| HSV(B) | 51.72º | 0.32% | 0.71% | - |
| XYZ | 37.57 | 41.14 | 24.7 | - |
| YUV | 169.69 | 101.65 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 123 | 0 | 0.04 | 0.32 | 0.29 | 51.72 | 0.28 | 0.6 |
| Hex | B5 | AD | 7B | 0 | 4 | 20 | 1D | 34 | 1C | 3C |
| Octal | 265 | 255 | 173 | 0 | 4 | 40 | 35 | 64 | 34 | 74 |
| Binary | 10110101 | 10101101 | 1111011 | 0 | 100 | 100000 | 11101 | 110100 | 11100 | 111100 |
Color Harmonies of #B5AD7B
Complementary color
Monochromatic Colors of #B5AD7B
Black with #B5AD7B
Text Example
Text Example
White with #B5AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD7B; }
p { color: rgb(181,173,123); }
H1.HeaderClassName
{
color: #B5AD7B;
}
.AnyTagClassName
{
color: #B5AD7B;
}
</style>
background-color css
<style>
a { background-color: #B5AD7B; }
a { background-color: rgb(181,173,123); }
div.DivClassName
{
background-color: #B5AD7B;
}
.BgClassName
{
background-color: #B5AD7B;
}
</style>
border-color css
<style>
span { border-color: #B5AD7B; }
span { border-color: rgb(181,173,123); }
td.TdClassName
{
border-color: #B5AD7B;
}
.TagClassName
{
border-color: #B5AD7B;
}
</style>