Shades of Olive Green #BFBA5E
Tints of Olive Green #BFBA5E
RGB
CMYK
RGB Variations
Color information
#BFBA5E (or 0xBFBA5E) is known color: Olive Green. HEX triplet: BF, BA and 5E. RGB value is (191,186,94). Sum of RGB (Red+Green+Blue) = 191+186+94=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA5E is #4045A1. Grayscale: #B1B1B1. Windows color (decimal): -4212130 or 6208191. OLE color: 6208191.
HSL color Cylindrical-coordinate representation of color #BFBA5E: hue angle of 56.91º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFBA5E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 94 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.25 |
| HSL | 56.91º | 0.43% | 0.56% | - |
| HSV(B) | 56.91º | 0.51% | 0.75% | - |
| XYZ | 41.07 | 47 | 17.5 | - |
| YUV | 177.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 94 | 0 | 0.03 | 0.51 | 0.25 | 56.91 | 0.43 | 0.56 |
| Hex | BF | BA | 5E | 0 | 3 | 33 | 19 | 39 | 2B | 38 |
| Octal | 277 | 272 | 136 | 0 | 3 | 63 | 31 | 71 | 53 | 70 |
| Binary | 10111111 | 10111010 | 1011110 | 0 | 11 | 110011 | 11001 | 111001 | 101011 | 111000 |
Color Harmonies of #BFBA5E
Complementary color
Monochromatic Colors of #BFBA5E
Black with #BFBA5E
Text Example
Text Example
White with #BFBA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA5E; }
p { color: rgb(191,186,94); }
H1.HeaderClassName
{
color: #BFBA5E;
}
.AnyTagClassName
{
color: #BFBA5E;
}
</style>
background-color css
<style>
a { background-color: #BFBA5E; }
a { background-color: rgb(191,186,94); }
div.DivClassName
{
background-color: #BFBA5E;
}
.BgClassName
{
background-color: #BFBA5E;
}
</style>
border-color css
<style>
span { border-color: #BFBA5E; }
span { border-color: rgb(191,186,94); }
td.TdClassName
{
border-color: #BFBA5E;
}
.TagClassName
{
border-color: #BFBA5E;
}
</style>