Shades of Olive Green #BFBA59
Tints of Olive Green #BFBA59
RGB
CMYK
RGB Variations
Color information
#BFBA59 (or 0xBFBA59) is known color: Olive Green. HEX triplet: BF, BA and 59. RGB value is (191,186,89). Sum of RGB (Red+Green+Blue) = 191+186+89=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA59 is #4045A6. Grayscale: #B0B0B0. Windows color (decimal): -4212135 or 5880511. OLE color: 5880511.
HSL color Cylindrical-coordinate representation of color #BFBA59: hue angle of 57.06º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFBA59 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 89 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.25 |
| HSL | 57.06º | 0.44% | 0.55% | - |
| HSV(B) | 57.06º | 0.53% | 0.75% | - |
| XYZ | 40.85 | 46.92 | 16.35 | - |
| YUV | 176.44 | 78.66 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 89 | 0 | 0.03 | 0.53 | 0.25 | 57.06 | 0.44 | 0.55 |
| Hex | BF | BA | 59 | 0 | 3 | 35 | 19 | 39 | 2C | 37 |
| Octal | 277 | 272 | 131 | 0 | 3 | 65 | 31 | 71 | 54 | 67 |
| Binary | 10111111 | 10111010 | 1011001 | 0 | 11 | 110101 | 11001 | 111001 | 101100 | 110111 |
Color Harmonies of #BFBA59
Complementary color
Monochromatic Colors of #BFBA59
Black with #BFBA59
Text Example
Text Example
White with #BFBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA59; }
p { color: rgb(191,186,89); }
H1.HeaderClassName
{
color: #BFBA59;
}
.AnyTagClassName
{
color: #BFBA59;
}
</style>
background-color css
<style>
a { background-color: #BFBA59; }
a { background-color: rgb(191,186,89); }
div.DivClassName
{
background-color: #BFBA59;
}
.BgClassName
{
background-color: #BFBA59;
}
</style>
border-color css
<style>
span { border-color: #BFBA59; }
span { border-color: rgb(191,186,89); }
td.TdClassName
{
border-color: #BFBA59;
}
.TagClassName
{
border-color: #BFBA59;
}
</style>