Shades of Neutral Green #B5AF7B
Tints of Neutral Green #B5AF7B
RGB
CMYK
RGB Variations
Color information
#B5AF7B (or 0xB5AF7B) is known color: Neutral Green. HEX triplet: B5, AF and 7B. RGB value is (181,175,123). Sum of RGB (Red+Green+Blue) = 181+175+123=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AF7B is #4A5084. Grayscale: #ABABAB. Windows color (decimal): -4870277 or 8105909. OLE color: 8105909.
HSL color Cylindrical-coordinate representation of color #B5AF7B: hue angle of 53.79º 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 #B5AF7B is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 175 | 123 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.29 |
| HSL | 53.79º | 0.28% | 0.6% | - |
| HSV(B) | 53.79º | 0.32% | 0.71% | - |
| XYZ | 37.96 | 41.91 | 24.83 | - |
| YUV | 170.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 175 | 123 | 0 | 0.03 | 0.32 | 0.29 | 53.79 | 0.28 | 0.6 |
| Hex | B5 | AF | 7B | 0 | 3 | 20 | 1D | 36 | 1C | 3C |
| Octal | 265 | 257 | 173 | 0 | 3 | 40 | 35 | 66 | 34 | 74 |
| Binary | 10110101 | 10101111 | 1111011 | 0 | 11 | 100000 | 11101 | 110110 | 11100 | 111100 |
Color Harmonies of #B5AF7B
Complementary color
Monochromatic Colors of #B5AF7B
Black with #B5AF7B
Text Example
Text Example
White with #B5AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AF7B; }
p { color: rgb(181,175,123); }
H1.HeaderClassName
{
color: #B5AF7B;
}
.AnyTagClassName
{
color: #B5AF7B;
}
</style>
background-color css
<style>
a { background-color: #B5AF7B; }
a { background-color: rgb(181,175,123); }
div.DivClassName
{
background-color: #B5AF7B;
}
.BgClassName
{
background-color: #B5AF7B;
}
</style>
border-color css
<style>
span { border-color: #B5AF7B; }
span { border-color: rgb(181,175,123); }
td.TdClassName
{
border-color: #B5AF7B;
}
.TagClassName
{
border-color: #B5AF7B;
}
</style>