Shades of Neutral Green #B3AF7D
Tints of Neutral Green #B3AF7D
RGB
CMYK
RGB Variations
Color information
#B3AF7D (or 0xB3AF7D) is known color: Neutral Green. HEX triplet: B3, AF and 7D. RGB value is (179,175,125). Sum of RGB (Red+Green+Blue) = 179+175+125=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AF7D is #4C5082. Grayscale: #AAAAAA. Windows color (decimal): -5001347 or 8236979. OLE color: 8236979.
HSL color Cylindrical-coordinate representation of color #B3AF7D: hue angle of 55.56º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3AF7D is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 125 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.30 |
| HSL | 55.56º | 0.26% | 0.6% | - |
| HSV(B) | 55.56º | 0.3% | 0.7% | - |
| XYZ | 37.62 | 41.72 | 25.47 | - |
| YUV | 170.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 125 | 0 | 0.02 | 0.30 | 0.30 | 55.56 | 0.26 | 0.6 |
| Hex | B3 | AF | 7D | 0 | 2 | 1E | 1E | 38 | 1A | 3C |
| Octal | 263 | 257 | 175 | 0 | 2 | 36 | 36 | 70 | 32 | 74 |
| Binary | 10110011 | 10101111 | 1111101 | 0 | 10 | 11110 | 11110 | 111000 | 11010 | 111100 |
Color Harmonies of #B3AF7D
Complementary color
Monochromatic Colors of #B3AF7D
Black with #B3AF7D
Text Example
Text Example
White with #B3AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AF7D; }
p { color: rgb(179,175,125); }
H1.HeaderClassName
{
color: #B3AF7D;
}
.AnyTagClassName
{
color: #B3AF7D;
}
</style>
background-color css
<style>
a { background-color: #B3AF7D; }
a { background-color: rgb(179,175,125); }
div.DivClassName
{
background-color: #B3AF7D;
}
.BgClassName
{
background-color: #B3AF7D;
}
</style>
border-color css
<style>
span { border-color: #B3AF7D; }
span { border-color: rgb(179,175,125); }
td.TdClassName
{
border-color: #B3AF7D;
}
.TagClassName
{
border-color: #B3AF7D;
}
</style>