Shades of Neutral Green #B3AD78
Tints of Neutral Green #B3AD78
RGB
CMYK
RGB Variations
Color information
#B3AD78 (or 0xB3AD78) is known color: Neutral Green. HEX triplet: B3, AD and 78. RGB value is (179,173,120). Sum of RGB (Red+Green+Blue) = 179+173+120=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 173 (67.97% from 255 or 36.65% from 472); Blue value is 120 (47.27% from 255 or 25.42% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AD78 is #4C5287. Grayscale: #A8A8A8. Windows color (decimal): -5001864 or 7908787. OLE color: 7908787.
HSL color Cylindrical-coordinate representation of color #B3AD78: hue angle of 53.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3AD78 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 173 | 120 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.30 |
| HSL | 53.9º | 0.28% | 0.59% | - |
| HSV(B) | 53.9º | 0.33% | 0.7% | - |
| XYZ | 36.92 | 40.83 | 23.7 | - |
| YUV | 168.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 173 | 120 | 0 | 0.03 | 0.33 | 0.30 | 53.9 | 0.28 | 0.59 |
| Hex | B3 | AD | 78 | 0 | 3 | 21 | 1E | 36 | 1C | 3B |
| Octal | 263 | 255 | 170 | 0 | 3 | 41 | 36 | 66 | 34 | 73 |
| Binary | 10110011 | 10101101 | 1111000 | 0 | 11 | 100001 | 11110 | 110110 | 11100 | 111011 |
Color Harmonies of #B3AD78
Complementary color
Monochromatic Colors of #B3AD78
Black with #B3AD78
Text Example
Text Example
White with #B3AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AD78; }
p { color: rgb(179,173,120); }
H1.HeaderClassName
{
color: #B3AD78;
}
.AnyTagClassName
{
color: #B3AD78;
}
</style>
background-color css
<style>
a { background-color: #B3AD78; }
a { background-color: rgb(179,173,120); }
div.DivClassName
{
background-color: #B3AD78;
}
.BgClassName
{
background-color: #B3AD78;
}
</style>
border-color css
<style>
span { border-color: #B3AD78; }
span { border-color: rgb(179,173,120); }
td.TdClassName
{
border-color: #B3AD78;
}
.TagClassName
{
border-color: #B3AD78;
}
</style>