Shades of Olive Green #BFBA53
Tints of Olive Green #BFBA53
RGB
CMYK
RGB Variations
Color information
#BFBA53 (or 0xBFBA53) is known color: Olive Green. HEX triplet: BF, BA and 53. RGB value is (191,186,83). Sum of RGB (Red+Green+Blue) = 191+186+83=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA53 is #4045AC. Grayscale: #B0B0B0. Windows color (decimal): -4212141 or 5487295. OLE color: 5487295.
HSL color Cylindrical-coordinate representation of color #BFBA53: hue angle of 57.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFBA53 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 83 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.25 |
| HSL | 57.22º | 0.46% | 0.54% | - |
| HSV(B) | 57.22º | 0.57% | 0.75% | - |
| XYZ | 40.61 | 46.82 | 15.08 | - |
| YUV | 175.75 | 75.66 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 83 | 0 | 0.03 | 0.57 | 0.25 | 57.22 | 0.46 | 0.54 |
| Hex | BF | BA | 53 | 0 | 3 | 39 | 19 | 39 | 2E | 36 |
| Octal | 277 | 272 | 123 | 0 | 3 | 71 | 31 | 71 | 56 | 66 |
| Binary | 10111111 | 10111010 | 1010011 | 0 | 11 | 111001 | 11001 | 111001 | 101110 | 110110 |
Color Harmonies of #BFBA53
Complementary color
Monochromatic Colors of #BFBA53
Black with #BFBA53
Text Example
Text Example
White with #BFBA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBA53; }
p { color: rgb(191,186,83); }
H1.HeaderClassName
{
color: #BFBA53;
}
.AnyTagClassName
{
color: #BFBA53;
}
</style>
background-color css
<style>
a { background-color: #BFBA53; }
a { background-color: rgb(191,186,83); }
div.DivClassName
{
background-color: #BFBA53;
}
.BgClassName
{
background-color: #BFBA53;
}
</style>
border-color css
<style>
span { border-color: #BFBA53; }
span { border-color: rgb(191,186,83); }
td.TdClassName
{
border-color: #BFBA53;
}
.TagClassName
{
border-color: #BFBA53;
}
</style>