Shades of Neutral Green #B3A980
Tints of Neutral Green #B3A980
RGB
CMYK
RGB Variations
Color information
#B3A980 (or 0xB3A980) is known color: Neutral Green. HEX triplet: B3, A9 and 80. RGB value is (179,169,128). Sum of RGB (Red+Green+Blue) = 179+169+128=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A980 is #4C567F. Grayscale: #A7A7A7. Windows color (decimal): -5002880 or 8432051. OLE color: 8432051.
HSL color Cylindrical-coordinate representation of color #B3A980: hue angle of 48.24º 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 #B3A980 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 169 | 128 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.30 |
| HSL | 48.24º | 0.25% | 0.6% | - |
| HSV(B) | 48.24º | 0.28% | 0.7% | - |
| XYZ | 36.67 | 39.52 | 26.12 | - |
| YUV | 167.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 169 | 128 | 0 | 0.06 | 0.28 | 0.30 | 48.24 | 0.25 | 0.6 |
| Hex | B3 | A9 | 80 | 0 | 6 | 1C | 1E | 30 | 19 | 3C |
| Octal | 263 | 251 | 200 | 0 | 6 | 34 | 36 | 60 | 31 | 74 |
| Binary | 10110011 | 10101001 | 10000000 | 0 | 110 | 11100 | 11110 | 110000 | 11001 | 111100 |
Color Harmonies of #B3A980
Complementary color
Monochromatic Colors of #B3A980
Black with #B3A980
Text Example
Text Example
White with #B3A980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A980; }
p { color: rgb(179,169,128); }
H1.HeaderClassName
{
color: #B3A980;
}
.AnyTagClassName
{
color: #B3A980;
}
</style>
background-color css
<style>
a { background-color: #B3A980; }
a { background-color: rgb(179,169,128); }
div.DivClassName
{
background-color: #B3A980;
}
.BgClassName
{
background-color: #B3A980;
}
</style>
border-color css
<style>
span { border-color: #B3A980; }
span { border-color: rgb(179,169,128); }
td.TdClassName
{
border-color: #B3A980;
}
.TagClassName
{
border-color: #B3A980;
}
</style>