Shades of Neutral Green #B3AD81
Tints of Neutral Green #B3AD81
RGB
CMYK
RGB Variations
Color information
#B3AD81 (or 0xB3AD81) is known color: Neutral Green. HEX triplet: B3, AD and 81. RGB value is (179,173,129). Sum of RGB (Red+Green+Blue) = 179+173+129=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 129 (50.78% from 255 or 26.82% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD81 is #4C527E. Grayscale: #A9A9A9. Windows color (decimal): -5001855 or 8498611. OLE color: 8498611.
HSL color Cylindrical-coordinate representation of color #B3AD81: hue angle of 52.8º 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 #B3AD81 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 129 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.30 |
| HSL | 52.8º | 0.25% | 0.6% | - |
| HSV(B) | 52.8º | 0.28% | 0.7% | - |
| XYZ | 37.5 | 41.06 | 26.72 | - |
| YUV | 169.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 129 | 0 | 0.03 | 0.28 | 0.30 | 52.8 | 0.25 | 0.6 |
| Hex | B3 | AD | 81 | 0 | 3 | 1C | 1E | 35 | 19 | 3C |
| Octal | 263 | 255 | 201 | 0 | 3 | 34 | 36 | 65 | 31 | 74 |
| Binary | 10110011 | 10101101 | 10000001 | 0 | 11 | 11100 | 11110 | 110101 | 11001 | 111100 |
Color Harmonies of #B3AD81
Complementary color
Monochromatic Colors of #B3AD81
Black with #B3AD81
Text Example
Text Example
White with #B3AD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD81; }
p { color: rgb(179,173,129); }
H1.HeaderClassName
{
color: #B3AD81;
}
.AnyTagClassName
{
color: #B3AD81;
}
</style>
background-color css
<style>
a { background-color: #B3AD81; }
a { background-color: rgb(179,173,129); }
div.DivClassName
{
background-color: #B3AD81;
}
.BgClassName
{
background-color: #B3AD81;
}
</style>
border-color css
<style>
span { border-color: #B3AD81; }
span { border-color: rgb(179,173,129); }
td.TdClassName
{
border-color: #B3AD81;
}
.TagClassName
{
border-color: #B3AD81;
}
</style>