Shades of Olive Green #BFB95E
Tints of Olive Green #BFB95E
RGB
CMYK
RGB Variations
Color information
#BFB95E (or 0xBFB95E) is known color: Olive Green. HEX triplet: BF, B9 and 5E. RGB value is (191,185,94). Sum of RGB (Red+Green+Blue) = 191+185+94=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 94 (37.11% from 255 or 20% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB95E is #4046A1. Grayscale: #B0B0B0. Windows color (decimal): -4212386 or 6207935. OLE color: 6207935.
HSL color Cylindrical-coordinate representation of color #BFB95E: hue angle of 56.29º 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 #BFB95E is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 185 | 94 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.25 |
| HSL | 56.29º | 0.43% | 0.56% | - |
| HSV(B) | 56.29º | 0.51% | 0.75% | - |
| XYZ | 40.86 | 46.58 | 17.43 | - |
| YUV | 176.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 185 | 94 | 0 | 0.03 | 0.51 | 0.25 | 56.29 | 0.43 | 0.56 |
| Hex | BF | B9 | 5E | 0 | 3 | 33 | 19 | 38 | 2B | 38 |
| Octal | 277 | 271 | 136 | 0 | 3 | 63 | 31 | 70 | 53 | 70 |
| Binary | 10111111 | 10111001 | 1011110 | 0 | 11 | 110011 | 11001 | 111000 | 101011 | 111000 |
Color Harmonies of #BFB95E
Complementary color
Monochromatic Colors of #BFB95E
Black with #BFB95E
Text Example
Text Example
White with #BFB95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB95E; }
p { color: rgb(191,185,94); }
H1.HeaderClassName
{
color: #BFB95E;
}
.AnyTagClassName
{
color: #BFB95E;
}
</style>
background-color css
<style>
a { background-color: #BFB95E; }
a { background-color: rgb(191,185,94); }
div.DivClassName
{
background-color: #BFB95E;
}
.BgClassName
{
background-color: #BFB95E;
}
</style>
border-color css
<style>
span { border-color: #BFB95E; }
span { border-color: rgb(191,185,94); }
td.TdClassName
{
border-color: #BFB95E;
}
.TagClassName
{
border-color: #BFB95E;
}
</style>