Shades of Olive Green #BFB74F
Tints of Olive Green #BFB74F
RGB
CMYK
RGB Variations
Color information
#BFB74F (or 0xBFB74F) is known color: Olive Green. HEX triplet: BF, B7 and 4F. RGB value is (191,183,79). Sum of RGB (Red+Green+Blue) = 191+183+79=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB74F is #4048B0. Grayscale: #ADADAD. Windows color (decimal): -4212913 or 5224383. OLE color: 5224383.
HSL color Cylindrical-coordinate representation of color #BFB74F: hue angle of 55.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFB74F is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 79 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.25 |
| HSL | 55.71º | 0.47% | 0.53% | - |
| HSV(B) | 55.71º | 0.59% | 0.75% | - |
| XYZ | 39.83 | 45.51 | 14.08 | - |
| YUV | 173.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 79 | 0 | 0.04 | 0.59 | 0.25 | 55.71 | 0.47 | 0.53 |
| Hex | BF | B7 | 4F | 0 | 4 | 3B | 19 | 38 | 2F | 35 |
| Octal | 277 | 267 | 117 | 0 | 4 | 73 | 31 | 70 | 57 | 65 |
| Binary | 10111111 | 10110111 | 1001111 | 0 | 100 | 111011 | 11001 | 111000 | 101111 | 110101 |
Color Harmonies of #BFB74F
Complementary color
Monochromatic Colors of #BFB74F
Black with #BFB74F
Text Example
Text Example
White with #BFB74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB74F; }
p { color: rgb(191,183,79); }
H1.HeaderClassName
{
color: #BFB74F;
}
.AnyTagClassName
{
color: #BFB74F;
}
</style>
background-color css
<style>
a { background-color: #BFB74F; }
a { background-color: rgb(191,183,79); }
div.DivClassName
{
background-color: #BFB74F;
}
.BgClassName
{
background-color: #BFB74F;
}
</style>
border-color css
<style>
span { border-color: #BFB74F; }
span { border-color: rgb(191,183,79); }
td.TdClassName
{
border-color: #BFB74F;
}
.TagClassName
{
border-color: #BFB74F;
}
</style>