Shades of Olive Green #B3BA5C
Tints of Olive Green #B3BA5C
RGB
CMYK
RGB Variations
Color information
#B3BA5C (or 0xB3BA5C) is known color: Olive Green. HEX triplet: B3, BA and 5C. RGB value is (179,186,92). Sum of RGB (Red+Green+Blue) = 179+186+92=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BA5C is #4C45A3. Grayscale: #ADADAD. Windows color (decimal): -4998564 or 6077107. OLE color: 6077107.
HSL color Cylindrical-coordinate representation of color #B3BA5C: hue angle of 64.47º 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 #B3BA5C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 186 | 92 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.27 |
| HSL | 64.47º | 0.41% | 0.55% | - |
| HSV(B) | 64.47º | 0.51% | 0.73% | - |
| XYZ | 38.08 | 45.47 | 16.9 | - |
| YUV | 173.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 186 | 92 | 0.04 | 0 | 0.51 | 0.27 | 64.47 | 0.41 | 0.55 |
| Hex | B3 | BA | 5C | 4 | 0 | 33 | 1B | 40 | 29 | 37 |
| Octal | 263 | 272 | 134 | 4 | 0 | 63 | 33 | 100 | 51 | 67 |
| Binary | 10110011 | 10111010 | 1011100 | 100 | 0 | 110011 | 11011 | 1000000 | 101001 | 110111 |
Color Harmonies of #B3BA5C
Complementary color
Monochromatic Colors of #B3BA5C
Black with #B3BA5C
Text Example
Text Example
White with #B3BA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BA5C; }
p { color: rgb(179,186,92); }
H1.HeaderClassName
{
color: #B3BA5C;
}
.AnyTagClassName
{
color: #B3BA5C;
}
</style>
background-color css
<style>
a { background-color: #B3BA5C; }
a { background-color: rgb(179,186,92); }
div.DivClassName
{
background-color: #B3BA5C;
}
.BgClassName
{
background-color: #B3BA5C;
}
</style>
border-color css
<style>
span { border-color: #B3BA5C; }
span { border-color: rgb(179,186,92); }
td.TdClassName
{
border-color: #B3BA5C;
}
.TagClassName
{
border-color: #B3BA5C;
}
</style>