Shades of Olive Green #BFBA57
Tints of Olive Green #BFBA57
RGB
CMYK
RGB Variations
Color information
#BFBA57 (or 0xBFBA57) is known color: Olive Green. HEX triplet: BF, BA and 57. RGB value is (191,186,87). Sum of RGB (Red+Green+Blue) = 191+186+87=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA57 is #4045A8. Grayscale: #B0B0B0. Windows color (decimal): -4212137 or 5749439. OLE color: 5749439.
HSL color Cylindrical-coordinate representation of color #BFBA57: hue angle of 57.12º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFBA57 is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 87 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.25 |
| HSL | 57.12º | 0.45% | 0.55% | - |
| HSV(B) | 57.12º | 0.54% | 0.75% | - |
| XYZ | 40.77 | 46.88 | 15.92 | - |
| YUV | 176.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 87 | 0 | 0.03 | 0.54 | 0.25 | 57.12 | 0.45 | 0.55 |
| Hex | BF | BA | 57 | 0 | 3 | 36 | 19 | 39 | 2D | 37 |
| Octal | 277 | 272 | 127 | 0 | 3 | 66 | 31 | 71 | 55 | 67 |
| Binary | 10111111 | 10111010 | 1010111 | 0 | 11 | 110110 | 11001 | 111001 | 101101 | 110111 |
Color Harmonies of #BFBA57
Complementary color
Monochromatic Colors of #BFBA57
Black with #BFBA57
Text Example
Text Example
White with #BFBA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA57; }
p { color: rgb(191,186,87); }
H1.HeaderClassName
{
color: #BFBA57;
}
.AnyTagClassName
{
color: #BFBA57;
}
</style>
background-color css
<style>
a { background-color: #BFBA57; }
a { background-color: rgb(191,186,87); }
div.DivClassName
{
background-color: #BFBA57;
}
.BgClassName
{
background-color: #BFBA57;
}
</style>
border-color css
<style>
span { border-color: #BFBA57; }
span { border-color: rgb(191,186,87); }
td.TdClassName
{
border-color: #BFBA57;
}
.TagClassName
{
border-color: #BFBA57;
}
</style>