Shades of Olive Green #B2BA5D
Tints of Olive Green #B2BA5D
RGB
CMYK
RGB Variations
Color information
#B2BA5D (or 0xB2BA5D) is known color: Olive Green. HEX triplet: B2, BA and 5D. RGB value is (178,186,93). Sum of RGB (Red+Green+Blue) = 178+186+93=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA5D is #4D45A2. Grayscale: #ADADAD. Windows color (decimal): -5064099 or 6142642. OLE color: 6142642.
HSL color Cylindrical-coordinate representation of color #B2BA5D: hue angle of 65.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2BA5D is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 93 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.27 |
| HSL | 65.16º | 0.4% | 0.55% | - |
| HSV(B) | 65.16º | 0.5% | 0.73% | - |
| XYZ | 37.89 | 45.37 | 17.12 | - |
| YUV | 173.01 | 82.85 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 93 | 0.04 | 0 | 0.5 | 0.27 | 65.16 | 0.4 | 0.55 |
| Hex | B2 | BA | 5D | 4 | 0 | 32 | 1B | 41 | 28 | 37 |
| Octal | 262 | 272 | 135 | 4 | 0 | 62 | 33 | 101 | 50 | 67 |
| Binary | 10110010 | 10111010 | 1011101 | 100 | 0 | 110010 | 11011 | 1000001 | 101000 | 110111 |
Color Harmonies of #B2BA5D
Complementary color
Monochromatic Colors of #B2BA5D
Black with #B2BA5D
Text Example
Text Example
White with #B2BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA5D; }
p { color: rgb(178,186,93); }
H1.HeaderClassName
{
color: #B2BA5D;
}
.AnyTagClassName
{
color: #B2BA5D;
}
</style>
background-color css
<style>
a { background-color: #B2BA5D; }
a { background-color: rgb(178,186,93); }
div.DivClassName
{
background-color: #B2BA5D;
}
.BgClassName
{
background-color: #B2BA5D;
}
</style>
border-color css
<style>
span { border-color: #B2BA5D; }
span { border-color: rgb(178,186,93); }
td.TdClassName
{
border-color: #B2BA5D;
}
.TagClassName
{
border-color: #B2BA5D;
}
</style>