Shades of Olive Green #B2BA5C
Tints of Olive Green #B2BA5C
RGB
CMYK
RGB Variations
Color information
#B2BA5C (or 0xB2BA5C) is known color: Olive Green. HEX triplet: B2, BA and 5C. RGB value is (178,186,92). Sum of RGB (Red+Green+Blue) = 178+186+92=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA5C is #4D45A3. Grayscale: #ADADAD. Windows color (decimal): -5064100 or 6077106. OLE color: 6077106.
HSL color Cylindrical-coordinate representation of color #B2BA5C: hue angle of 65.11º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2BA5C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 186 | 92 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.27 |
| HSL | 65.11º | 0.41% | 0.55% | - |
| HSV(B) | 65.11º | 0.51% | 0.73% | - |
| XYZ | 37.85 | 45.36 | 16.88 | - |
| YUV | 172.89 | 82.35 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 186 | 92 | 0.04 | 0 | 0.51 | 0.27 | 65.11 | 0.41 | 0.55 |
| Hex | B2 | BA | 5C | 4 | 0 | 33 | 1B | 41 | 29 | 37 |
| Octal | 262 | 272 | 134 | 4 | 0 | 63 | 33 | 101 | 51 | 67 |
| Binary | 10110010 | 10111010 | 1011100 | 100 | 0 | 110011 | 11011 | 1000001 | 101001 | 110111 |
Color Harmonies of #B2BA5C
Complementary color
Monochromatic Colors of #B2BA5C
Black with #B2BA5C
Text Example
Text Example
White with #B2BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BA5C; }
p { color: rgb(178,186,92); }
H1.HeaderClassName
{
color: #B2BA5C;
}
.AnyTagClassName
{
color: #B2BA5C;
}
</style>
background-color css
<style>
a { background-color: #B2BA5C; }
a { background-color: rgb(178,186,92); }
div.DivClassName
{
background-color: #B2BA5C;
}
.BgClassName
{
background-color: #B2BA5C;
}
</style>
border-color css
<style>
span { border-color: #B2BA5C; }
span { border-color: rgb(178,186,92); }
td.TdClassName
{
border-color: #B2BA5C;
}
.TagClassName
{
border-color: #B2BA5C;
}
</style>