Shades of Olive Green #B2B95C
Tints of Olive Green #B2B95C
RGB
CMYK
RGB Variations
Color information
#B2B95C (or 0xB2B95C) is known color: Olive Green. HEX triplet: B2, B9 and 5C. RGB value is (178,185,92). Sum of RGB (Red+Green+Blue) = 178+185+92=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B95C is #4D46A3. Grayscale: #ACACAC. Windows color (decimal): -5064356 or 6076850. OLE color: 6076850.
HSL color Cylindrical-coordinate representation of color #B2B95C: hue angle of 64.52º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2B95C is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 92 | - |
| CMYK | 0.04 | 0 | 0.50 | 0.27 |
| HSL | 64.52º | 0.4% | 0.54% | - |
| HSV(B) | 64.52º | 0.5% | 0.73% | - |
| XYZ | 37.64 | 44.94 | 16.81 | - |
| YUV | 172.31 | 82.68 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 92 | 0.04 | 0 | 0.50 | 0.27 | 64.52 | 0.4 | 0.54 |
| Hex | B2 | B9 | 5C | 4 | 0 | 32 | 1B | 41 | 28 | 36 |
| Octal | 262 | 271 | 134 | 4 | 0 | 62 | 33 | 101 | 50 | 66 |
| Binary | 10110010 | 10111001 | 1011100 | 100 | 0 | 110010 | 11011 | 1000001 | 101000 | 110110 |
Color Harmonies of #B2B95C
Complementary color
Monochromatic Colors of #B2B95C
Black with #B2B95C
Text Example
Text Example
White with #B2B95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B95C; }
p { color: rgb(178,185,92); }
H1.HeaderClassName
{
color: #B2B95C;
}
.AnyTagClassName
{
color: #B2B95C;
}
</style>
background-color css
<style>
a { background-color: #B2B95C; }
a { background-color: rgb(178,185,92); }
div.DivClassName
{
background-color: #B2B95C;
}
.BgClassName
{
background-color: #B2B95C;
}
</style>
border-color css
<style>
span { border-color: #B2B95C; }
span { border-color: rgb(178,185,92); }
td.TdClassName
{
border-color: #B2B95C;
}
.TagClassName
{
border-color: #B2B95C;
}
</style>