Shades of Olive Green #BFB75C
Tints of Olive Green #BFB75C
RGB
CMYK
RGB Variations
Color information
#BFB75C (or 0xBFB75C) is known color: Olive Green. HEX triplet: BF, B7 and 5C. RGB value is (191,183,92). Sum of RGB (Red+Green+Blue) = 191+183+92=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 92 (36.33% from 255 or 19.74% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75C is #4048A3. Grayscale: #AFAFAF. Windows color (decimal): -4212900 or 6076351. OLE color: 6076351.
HSL color Cylindrical-coordinate representation of color #BFB75C: hue angle of 55.15º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFB75C is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 92 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.25 |
| HSL | 55.15º | 0.44% | 0.55% | - |
| HSV(B) | 55.15º | 0.52% | 0.75% | - |
| XYZ | 40.35 | 45.72 | 16.82 | - |
| YUV | 175.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 92 | 0 | 0.04 | 0.52 | 0.25 | 55.15 | 0.44 | 0.55 |
| Hex | BF | B7 | 5C | 0 | 4 | 34 | 19 | 37 | 2C | 37 |
| Octal | 277 | 267 | 134 | 0 | 4 | 64 | 31 | 67 | 54 | 67 |
| Binary | 10111111 | 10110111 | 1011100 | 0 | 100 | 110100 | 11001 | 110111 | 101100 | 110111 |
Color Harmonies of #BFB75C
Complementary color
Monochromatic Colors of #BFB75C
Black with #BFB75C
Text Example
Text Example
White with #BFB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB75C; }
p { color: rgb(191,183,92); }
H1.HeaderClassName
{
color: #BFB75C;
}
.AnyTagClassName
{
color: #BFB75C;
}
</style>
background-color css
<style>
a { background-color: #BFB75C; }
a { background-color: rgb(191,183,92); }
div.DivClassName
{
background-color: #BFB75C;
}
.BgClassName
{
background-color: #BFB75C;
}
</style>
border-color css
<style>
span { border-color: #BFB75C; }
span { border-color: rgb(191,183,92); }
td.TdClassName
{
border-color: #BFB75C;
}
.TagClassName
{
border-color: #BFB75C;
}
</style>