Shades of Olive Green #BFB75D
Tints of Olive Green #BFB75D
RGB
CMYK
RGB Variations
Color information
#BFB75D (or 0xBFB75D) is known color: Olive Green. HEX triplet: BF, B7 and 5D. RGB value is (191,183,93). Sum of RGB (Red+Green+Blue) = 191+183+93=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75D is #4048A2. Grayscale: #AFAFAF. Windows color (decimal): -4212899 or 6141887. OLE color: 6141887.
HSL color Cylindrical-coordinate representation of color #BFB75D: hue angle of 55.1º 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 #BFB75D is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 93 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.25 |
| HSL | 55.1º | 0.43% | 0.56% | - |
| HSV(B) | 55.1º | 0.51% | 0.75% | - |
| XYZ | 40.4 | 45.73 | 17.05 | - |
| YUV | 175.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 93 | 0 | 0.04 | 0.51 | 0.25 | 55.1 | 0.43 | 0.56 |
| Hex | BF | B7 | 5D | 0 | 4 | 33 | 19 | 37 | 2B | 38 |
| Octal | 277 | 267 | 135 | 0 | 4 | 63 | 31 | 67 | 53 | 70 |
| Binary | 10111111 | 10110111 | 1011101 | 0 | 100 | 110011 | 11001 | 110111 | 101011 | 111000 |
Color Harmonies of #BFB75D
Complementary color
Monochromatic Colors of #BFB75D
Black with #BFB75D
Text Example
Text Example
White with #BFB75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB75D; }
p { color: rgb(191,183,93); }
H1.HeaderClassName
{
color: #BFB75D;
}
.AnyTagClassName
{
color: #BFB75D;
}
</style>
background-color css
<style>
a { background-color: #BFB75D; }
a { background-color: rgb(191,183,93); }
div.DivClassName
{
background-color: #BFB75D;
}
.BgClassName
{
background-color: #BFB75D;
}
</style>
border-color css
<style>
span { border-color: #BFB75D; }
span { border-color: rgb(191,183,93); }
td.TdClassName
{
border-color: #BFB75D;
}
.TagClassName
{
border-color: #BFB75D;
}
</style>