Shades of Olive Green #B2B34E
Tints of Olive Green #B2B34E
RGB
CMYK
RGB Variations
Color information
#B2B34E (or 0xB2B34E) is known color: Olive Green. HEX triplet: B2, B3 and 4E. RGB value is (178,179,78). Sum of RGB (Red+Green+Blue) = 178+179+78=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B34E is #4D4CB1. Grayscale: #A7A7A7. Windows color (decimal): -5065906 or 5157810. OLE color: 5157810.
HSL color Cylindrical-coordinate representation of color #B2B34E: hue angle of 60.59º degrees, saturation: 0.4, 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 #B2B34E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 179 | 78 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.30 |
| HSL | 60.59º | 0.4% | 0.5% | - |
| HSV(B) | 60.59º | 0.56% | 0.7% | - |
| XYZ | 35.86 | 42.26 | 13.47 | - |
| YUV | 167.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 78 | 0.01 | 0 | 0.56 | 0.30 | 60.59 | 0.4 | 0.5 |
| Hex | B2 | B3 | 4E | 1 | 0 | 38 | 1E | 3D | 28 | 32 |
| Octal | 262 | 263 | 116 | 1 | 0 | 70 | 36 | 75 | 50 | 62 |
| Binary | 10110010 | 10110011 | 1001110 | 1 | 0 | 111000 | 11110 | 111101 | 101000 | 110010 |
Color Harmonies of #B2B34E
Complementary color
Monochromatic Colors of #B2B34E
Black with #B2B34E
Text Example
Text Example
White with #B2B34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B34E; }
p { color: rgb(178,179,78); }
H1.HeaderClassName
{
color: #B2B34E;
}
.AnyTagClassName
{
color: #B2B34E;
}
</style>
background-color css
<style>
a { background-color: #B2B34E; }
a { background-color: rgb(178,179,78); }
div.DivClassName
{
background-color: #B2B34E;
}
.BgClassName
{
background-color: #B2B34E;
}
</style>
border-color css
<style>
span { border-color: #B2B34E; }
span { border-color: rgb(178,179,78); }
td.TdClassName
{
border-color: #B2B34E;
}
.TagClassName
{
border-color: #B2B34E;
}
</style>