Shades of Olive Green #B2AF4D
Tints of Olive Green #B2AF4D
RGB
CMYK
RGB Variations
Color information
#B2AF4D (or 0xB2AF4D) is known color: Olive Green. HEX triplet: B2, AF and 4D. RGB value is (178,175,77). Sum of RGB (Red+Green+Blue) = 178+175+77=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF4D is #4D50B2. Grayscale: #A5A5A5. Windows color (decimal): -5066931 or 5091250. OLE color: 5091250.
HSL color Cylindrical-coordinate representation of color #B2AF4D: hue angle of 58.22º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2AF4D is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
RGB | 178 | 175 | 77 | - |
CMYK | 0 | 0.02 | 0.57 | 0.30 |
HSL | 58.22º | 0.4% | 0.5% | - |
HSV(B) | 58.22º | 0.57% | 0.7% | - |
XYZ | 35.03 | 40.66 | 13.02 | - |
YUV | 164.73 | 78.49 | 137.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 175 | 77 | 0 | 0.02 | 0.57 | 0.30 | 58.22 | 0.4 | 0.5 |
Hex | B2 | AF | 4D | 0 | 2 | 39 | 1E | 3A | 28 | 32 |
Octal | 262 | 257 | 115 | 0 | 2 | 71 | 36 | 72 | 50 | 62 |
Binary | 10110010 | 10101111 | 1001101 | 0 | 10 | 111001 | 11110 | 111010 | 101000 | 110010 |
Color Harmonies of #B2AF4D
Complementary color
Monochromatic Colors of #B2AF4D
Black with #B2AF4D
Text Example
Text Example
White with #B2AF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AF4D; }
p { color: rgb(178,175,77); }
H1.HeaderClassName
{
color: #B2AF4D;
}
.AnyTagClassName
{
color: #B2AF4D;
}
</style>
background-color css
<style>
a { background-color: #B2AF4D; }
a { background-color: rgb(178,175,77); }
div.DivClassName
{
background-color: #B2AF4D;
}
.BgClassName
{
background-color: #B2AF4D;
}
</style>
border-color css
<style>
span { border-color: #B2AF4D; }
span { border-color: rgb(178,175,77); }
td.TdClassName
{
border-color: #B2AF4D;
}
.TagClassName
{
border-color: #B2AF4D;
}
</style>