Shades of Olive Green #BFBA5B
Tints of Olive Green #BFBA5B
RGB
CMYK
RGB Variations
Color information
#BFBA5B (or 0xBFBA5B) is known color: Olive Green. HEX triplet: BF, BA and 5B. RGB value is (191,186,91). Sum of RGB (Red+Green+Blue) = 191+186+91=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA5B is #4045A4. Grayscale: #B1B1B1. Windows color (decimal): -4212133 or 6011583. OLE color: 6011583.
HSL color Cylindrical-coordinate representation of color #BFBA5B: hue angle of 57º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFBA5B is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 91 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.25 |
| HSL | 57º | 0.44% | 0.55% | - |
| HSV(B) | 57º | 0.52% | 0.75% | - |
| XYZ | 40.93 | 46.95 | 16.8 | - |
| YUV | 176.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 91 | 0 | 0.03 | 0.52 | 0.25 | 57 | 0.44 | 0.55 |
| Hex | BF | BA | 5B | 0 | 3 | 34 | 19 | 39 | 2C | 37 |
| Octal | 277 | 272 | 133 | 0 | 3 | 64 | 31 | 71 | 54 | 67 |
| Binary | 10111111 | 10111010 | 1011011 | 0 | 11 | 110100 | 11001 | 111001 | 101100 | 110111 |
Color Harmonies of #BFBA5B
Complementary color
Monochromatic Colors of #BFBA5B
Black with #BFBA5B
Text Example
Text Example
White with #BFBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA5B; }
p { color: rgb(191,186,91); }
H1.HeaderClassName
{
color: #BFBA5B;
}
.AnyTagClassName
{
color: #BFBA5B;
}
</style>
background-color css
<style>
a { background-color: #BFBA5B; }
a { background-color: rgb(191,186,91); }
div.DivClassName
{
background-color: #BFBA5B;
}
.BgClassName
{
background-color: #BFBA5B;
}
</style>
border-color css
<style>
span { border-color: #BFBA5B; }
span { border-color: rgb(191,186,91); }
td.TdClassName
{
border-color: #BFBA5B;
}
.TagClassName
{
border-color: #BFBA5B;
}
</style>