Shades of Neutral Green #B5AD78
Tints of Neutral Green #B5AD78
RGB
CMYK
RGB Variations
Color information
#B5AD78 (or 0xB5AD78) is known color: Neutral Green. HEX triplet: B5, AD and 78. RGB value is (181,173,120). Sum of RGB (Red+Green+Blue) = 181+173+120=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD78 is #4A5287. Grayscale: #A9A9A9. Windows color (decimal): -4870792 or 7908789. OLE color: 7908789.
HSL color Cylindrical-coordinate representation of color #B5AD78: hue angle of 52.13º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5AD78 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
RGB | 181 | 173 | 120 | - |
CMYK | 0 | 0.04 | 0.34 | 0.29 |
HSL | 52.13º | 0.29% | 0.59% | - |
HSV(B) | 52.13º | 0.34% | 0.71% | - |
XYZ | 37.39 | 41.07 | 23.73 | - |
YUV | 169.35 | 100.15 | 136.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 173 | 120 | 0 | 0.04 | 0.34 | 0.29 | 52.13 | 0.29 | 0.59 |
Hex | B5 | AD | 78 | 0 | 4 | 22 | 1D | 34 | 1D | 3B |
Octal | 265 | 255 | 170 | 0 | 4 | 42 | 35 | 64 | 35 | 73 |
Binary | 10110101 | 10101101 | 1111000 | 0 | 100 | 100010 | 11101 | 110100 | 11101 | 111011 |
Color Harmonies of #B5AD78
Complementary color
Monochromatic Colors of #B5AD78
Black with #B5AD78
Text Example
Text Example
White with #B5AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD78; }
p { color: rgb(181,173,120); }
H1.HeaderClassName
{
color: #B5AD78;
}
.AnyTagClassName
{
color: #B5AD78;
}
</style>
background-color css
<style>
a { background-color: #B5AD78; }
a { background-color: rgb(181,173,120); }
div.DivClassName
{
background-color: #B5AD78;
}
.BgClassName
{
background-color: #B5AD78;
}
</style>
border-color css
<style>
span { border-color: #B5AD78; }
span { border-color: rgb(181,173,120); }
td.TdClassName
{
border-color: #B5AD78;
}
.TagClassName
{
border-color: #B5AD78;
}
</style>