Shades of Olive Green #B7AF53
Tints of Olive Green #B7AF53
RGB
CMYK
RGB Variations
Color information
#B7AF53 (or 0xB7AF53) is known color: Olive Green. HEX triplet: B7, AF and 53. RGB value is (183,175,83). Sum of RGB (Red+Green+Blue) = 183+175+83=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7AF53 is #4850AC. Grayscale: #A7A7A7. Windows color (decimal): -4739245 or 5484471. OLE color: 5484471.
HSL color Cylindrical-coordinate representation of color #B7AF53: hue angle of 55.2º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7AF53 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 175 | 83 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.28 |
| HSL | 55.2º | 0.41% | 0.52% | - |
| HSV(B) | 55.2º | 0.55% | 0.72% | - |
| XYZ | 36.42 | 41.35 | 14.25 | - |
| YUV | 166.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 175 | 83 | 0 | 0.04 | 0.55 | 0.28 | 55.2 | 0.41 | 0.52 |
| Hex | B7 | AF | 53 | 0 | 4 | 37 | 1C | 37 | 29 | 34 |
| Octal | 267 | 257 | 123 | 0 | 4 | 67 | 34 | 67 | 51 | 64 |
| Binary | 10110111 | 10101111 | 1010011 | 0 | 100 | 110111 | 11100 | 110111 | 101001 | 110100 |
Color Harmonies of #B7AF53
Complementary color
Monochromatic Colors of #B7AF53
Black with #B7AF53
Text Example
Text Example
White with #B7AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AF53; }
p { color: rgb(183,175,83); }
H1.HeaderClassName
{
color: #B7AF53;
}
.AnyTagClassName
{
color: #B7AF53;
}
</style>
background-color css
<style>
a { background-color: #B7AF53; }
a { background-color: rgb(183,175,83); }
div.DivClassName
{
background-color: #B7AF53;
}
.BgClassName
{
background-color: #B7AF53;
}
</style>
border-color css
<style>
span { border-color: #B7AF53; }
span { border-color: rgb(183,175,83); }
td.TdClassName
{
border-color: #B7AF53;
}
.TagClassName
{
border-color: #B7AF53;
}
</style>