Shades of Neutral Green #B5AB7C
Tints of Neutral Green #B5AB7C
RGB
CMYK
RGB Variations
Color information
#B5AB7C (or 0xB5AB7C) is known color: Neutral Green. HEX triplet: B5, AB and 7C. RGB value is (181,171,124). Sum of RGB (Red+Green+Blue) = 181+171+124=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AB7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AB7C is #4A5483. Grayscale: #A8A8A8. Windows color (decimal): -4871300 or 8170421. OLE color: 8170421.
HSL color Cylindrical-coordinate representation of color #B5AB7C: hue angle of 49.47º degrees, saturation: 0.28, 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 #B5AB7C is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 171 | 124 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.29 |
| HSL | 49.47º | 0.28% | 0.6% | - |
| HSV(B) | 49.47º | 0.31% | 0.71% | - |
| XYZ | 37.26 | 40.4 | 24.9 | - |
| YUV | 168.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 171 | 124 | 0 | 0.06 | 0.31 | 0.29 | 49.47 | 0.28 | 0.6 |
| Hex | B5 | AB | 7C | 0 | 6 | 1F | 1D | 31 | 1C | 3C |
| Octal | 265 | 253 | 174 | 0 | 6 | 37 | 35 | 61 | 34 | 74 |
| Binary | 10110101 | 10101011 | 1111100 | 0 | 110 | 11111 | 11101 | 110001 | 11100 | 111100 |
Color Harmonies of #B5AB7C
Complementary color
Monochromatic Colors of #B5AB7C
Black with #B5AB7C
Text Example
Text Example
White with #B5AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AB7C; }
p { color: rgb(181,171,124); }
H1.HeaderClassName
{
color: #B5AB7C;
}
.AnyTagClassName
{
color: #B5AB7C;
}
</style>
background-color css
<style>
a { background-color: #B5AB7C; }
a { background-color: rgb(181,171,124); }
div.DivClassName
{
background-color: #B5AB7C;
}
.BgClassName
{
background-color: #B5AB7C;
}
</style>
border-color css
<style>
span { border-color: #B5AB7C; }
span { border-color: rgb(181,171,124); }
td.TdClassName
{
border-color: #B5AB7C;
}
.TagClassName
{
border-color: #B5AB7C;
}
</style>