Shades of Neutral Green #B3AA81
Tints of Neutral Green #B3AA81
RGB
CMYK
RGB Variations
Color information
#B3AA81 (or 0xB3AA81) is known color: Neutral Green. HEX triplet: B3, AA and 81. RGB value is (179,170,129). Sum of RGB (Red+Green+Blue) = 179+170+129=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA81 is #4C557E. Grayscale: #A8A8A8. Windows color (decimal): -5002623 or 8497843. OLE color: 8497843.
HSL color Cylindrical-coordinate representation of color #B3AA81: hue angle of 49.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3AA81 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 170 | 129 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.30 |
| HSL | 49.2º | 0.25% | 0.6% | - |
| HSV(B) | 49.2º | 0.28% | 0.7% | - |
| XYZ | 36.93 | 39.92 | 26.53 | - |
| YUV | 168.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 170 | 129 | 0 | 0.05 | 0.28 | 0.30 | 49.2 | 0.25 | 0.6 |
| Hex | B3 | AA | 81 | 0 | 5 | 1C | 1E | 31 | 19 | 3C |
| Octal | 263 | 252 | 201 | 0 | 5 | 34 | 36 | 61 | 31 | 74 |
| Binary | 10110011 | 10101010 | 10000001 | 0 | 101 | 11100 | 11110 | 110001 | 11001 | 111100 |
Color Harmonies of #B3AA81
Complementary color
Monochromatic Colors of #B3AA81
Black with #B3AA81
Text Example
Text Example
White with #B3AA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AA81; }
p { color: rgb(179,170,129); }
H1.HeaderClassName
{
color: #B3AA81;
}
.AnyTagClassName
{
color: #B3AA81;
}
</style>
background-color css
<style>
a { background-color: #B3AA81; }
a { background-color: rgb(179,170,129); }
div.DivClassName
{
background-color: #B3AA81;
}
.BgClassName
{
background-color: #B3AA81;
}
</style>
border-color css
<style>
span { border-color: #B3AA81; }
span { border-color: rgb(179,170,129); }
td.TdClassName
{
border-color: #B3AA81;
}
.TagClassName
{
border-color: #B3AA81;
}
</style>