Shades of Olive Green #BAB85C
Tints of Olive Green #BAB85C
RGB
CMYK
RGB Variations
Color information
#BAB85C (or 0xBAB85C) is known color: Olive Green. HEX triplet: BA, B8 and 5C. RGB value is (186,184,92). Sum of RGB (Red+Green+Blue) = 186+184+92=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB85C is #4547A3. Grayscale: #AEAEAE. Windows color (decimal): -4540324 or 6076602. OLE color: 6076602.
HSL color Cylindrical-coordinate representation of color #BAB85C: hue angle of 58.72º 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 #BAB85C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 92 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.27 |
| HSL | 58.72º | 0.41% | 0.55% | - |
| HSV(B) | 58.72º | 0.51% | 0.73% | - |
| XYZ | 39.32 | 45.49 | 16.83 | - |
| YUV | 174.11 | 81.66 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 92 | 0 | 0.01 | 0.51 | 0.27 | 58.72 | 0.41 | 0.55 |
| Hex | BA | B8 | 5C | 0 | 1 | 33 | 1B | 3B | 29 | 37 |
| Octal | 272 | 270 | 134 | 0 | 1 | 63 | 33 | 73 | 51 | 67 |
| Binary | 10111010 | 10111000 | 1011100 | 0 | 1 | 110011 | 11011 | 111011 | 101001 | 110111 |
Color Harmonies of #BAB85C
Complementary color
Monochromatic Colors of #BAB85C
Black with #BAB85C
Text Example
Text Example
White with #BAB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB85C; }
p { color: rgb(186,184,92); }
H1.HeaderClassName
{
color: #BAB85C;
}
.AnyTagClassName
{
color: #BAB85C;
}
</style>
background-color css
<style>
a { background-color: #BAB85C; }
a { background-color: rgb(186,184,92); }
div.DivClassName
{
background-color: #BAB85C;
}
.BgClassName
{
background-color: #BAB85C;
}
</style>
border-color css
<style>
span { border-color: #BAB85C; }
span { border-color: rgb(186,184,92); }
td.TdClassName
{
border-color: #BAB85C;
}
.TagClassName
{
border-color: #BAB85C;
}
</style>