Shades of Olive Green #B2B04F
Tints of Olive Green #B2B04F
RGB
CMYK
RGB Variations
Color information
#B2B04F (or 0xB2B04F) is known color: Olive Green. HEX triplet: B2, B0 and 4F. RGB value is (178,176,79). Sum of RGB (Red+Green+Blue) = 178+176+79=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B04F is #4D4FB0. Grayscale: #A5A5A5. Windows color (decimal): -5066673 or 5222578. OLE color: 5222578.
HSL color Cylindrical-coordinate representation of color #B2B04F: hue angle of 58.79º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2B04F is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 176 | 79 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.30 |
| HSL | 58.79º | 0.39% | 0.5% | - |
| HSV(B) | 58.79º | 0.56% | 0.7% | - |
| XYZ | 35.3 | 41.08 | 13.47 | - |
| YUV | 165.54 | 79.16 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 176 | 79 | 0 | 0.01 | 0.56 | 0.30 | 58.79 | 0.39 | 0.5 |
| Hex | B2 | B0 | 4F | 0 | 1 | 38 | 1E | 3B | 27 | 32 |
| Octal | 262 | 260 | 117 | 0 | 1 | 70 | 36 | 73 | 47 | 62 |
| Binary | 10110010 | 10110000 | 1001111 | 0 | 1 | 111000 | 11110 | 111011 | 100111 | 110010 |
Color Harmonies of #B2B04F
Complementary color
Monochromatic Colors of #B2B04F
Black with #B2B04F
Text Example
Text Example
White with #B2B04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B04F; }
p { color: rgb(178,176,79); }
H1.HeaderClassName
{
color: #B2B04F;
}
.AnyTagClassName
{
color: #B2B04F;
}
</style>
background-color css
<style>
a { background-color: #B2B04F; }
a { background-color: rgb(178,176,79); }
div.DivClassName
{
background-color: #B2B04F;
}
.BgClassName
{
background-color: #B2B04F;
}
</style>
border-color css
<style>
span { border-color: #B2B04F; }
span { border-color: rgb(178,176,79); }
td.TdClassName
{
border-color: #B2B04F;
}
.TagClassName
{
border-color: #B2B04F;
}
</style>