Shades of Olive Green #BAB55C
Tints of Olive Green #BAB55C
RGB
CMYK
RGB Variations
Color information
#BAB55C (or 0xBAB55C) is known color: Olive Green. HEX triplet: BA, B5 and 5C. RGB value is (186,181,92). Sum of RGB (Red+Green+Blue) = 186+181+92=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB55C is #454AA3. Grayscale: #ACACAC. Windows color (decimal): -4541092 or 6075834. OLE color: 6075834.
HSL color Cylindrical-coordinate representation of color #BAB55C: hue angle of 56.81º 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 #BAB55C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 181 | 92 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.27 |
| HSL | 56.81º | 0.41% | 0.55% | - |
| HSV(B) | 56.81º | 0.51% | 0.73% | - |
| XYZ | 38.71 | 44.26 | 16.63 | - |
| YUV | 172.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 181 | 92 | 0 | 0.03 | 0.51 | 0.27 | 56.81 | 0.41 | 0.55 |
| Hex | BA | B5 | 5C | 0 | 3 | 33 | 1B | 39 | 29 | 37 |
| Octal | 272 | 265 | 134 | 0 | 3 | 63 | 33 | 71 | 51 | 67 |
| Binary | 10111010 | 10110101 | 1011100 | 0 | 11 | 110011 | 11011 | 111001 | 101001 | 110111 |
Color Harmonies of #BAB55C
Complementary color
Monochromatic Colors of #BAB55C
Black with #BAB55C
Text Example
Text Example
White with #BAB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB55C; }
p { color: rgb(186,181,92); }
H1.HeaderClassName
{
color: #BAB55C;
}
.AnyTagClassName
{
color: #BAB55C;
}
</style>
background-color css
<style>
a { background-color: #BAB55C; }
a { background-color: rgb(186,181,92); }
div.DivClassName
{
background-color: #BAB55C;
}
.BgClassName
{
background-color: #BAB55C;
}
</style>
border-color css
<style>
span { border-color: #BAB55C; }
span { border-color: rgb(186,181,92); }
td.TdClassName
{
border-color: #BAB55C;
}
.TagClassName
{
border-color: #BAB55C;
}
</style>