Shades of Neutral Green #B3AC77
Tints of Neutral Green #B3AC77
RGB
CMYK
RGB Variations
Color information
#B3AC77 (or 0xB3AC77) is known color: Neutral Green. HEX triplet: B3, AC and 77. RGB value is (179,172,119). Sum of RGB (Red+Green+Blue) = 179+172+119=470 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.09% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AC77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AC77 is #4C5388. Grayscale: #A8A8A8. Windows color (decimal): -5002121 or 7842995. OLE color: 7842995.
HSL color Cylindrical-coordinate representation of color #B3AC77: hue angle of 53º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3AC77 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 172 | 119 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.30 |
| HSL | 53º | 0.28% | 0.58% | - |
| HSV(B) | 53º | 0.34% | 0.7% | - |
| XYZ | 36.67 | 40.42 | 23.32 | - |
| YUV | 168.05 | 100.32 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 172 | 119 | 0 | 0.04 | 0.34 | 0.30 | 53 | 0.28 | 0.58 |
| Hex | B3 | AC | 77 | 0 | 4 | 22 | 1E | 35 | 1C | 3A |
| Octal | 263 | 254 | 167 | 0 | 4 | 42 | 36 | 65 | 34 | 72 |
| Binary | 10110011 | 10101100 | 1110111 | 0 | 100 | 100010 | 11110 | 110101 | 11100 | 111010 |
Color Harmonies of #B3AC77
Complementary color
Monochromatic Colors of #B3AC77
Black with #B3AC77
Text Example
Text Example
White with #B3AC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AC77; }
p { color: rgb(179,172,119); }
H1.HeaderClassName
{
color: #B3AC77;
}
.AnyTagClassName
{
color: #B3AC77;
}
</style>
background-color css
<style>
a { background-color: #B3AC77; }
a { background-color: rgb(179,172,119); }
div.DivClassName
{
background-color: #B3AC77;
}
.BgClassName
{
background-color: #B3AC77;
}
</style>
border-color css
<style>
span { border-color: #B3AC77; }
span { border-color: rgb(179,172,119); }
td.TdClassName
{
border-color: #B3AC77;
}
.TagClassName
{
border-color: #B3AC77;
}
</style>