Shades of Olive Green #BFB75B
Tints of Olive Green #BFB75B
RGB
CMYK
RGB Variations
Color information
#BFB75B (or 0xBFB75B) is known color: Olive Green. HEX triplet: BF, B7 and 5B. RGB value is (191,183,91). Sum of RGB (Red+Green+Blue) = 191+183+91=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB75B is #4048A4. Grayscale: #AFAFAF. Windows color (decimal): -4212901 or 6010815. OLE color: 6010815.
HSL color Cylindrical-coordinate representation of color #BFB75B: hue angle of 55.2º 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 #BFB75B is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 183 | 91 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.25 |
| HSL | 55.2º | 0.44% | 0.55% | - |
| HSV(B) | 55.2º | 0.52% | 0.75% | - |
| XYZ | 40.31 | 45.7 | 16.59 | - |
| YUV | 174.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 183 | 91 | 0 | 0.04 | 0.52 | 0.25 | 55.2 | 0.44 | 0.55 |
| Hex | BF | B7 | 5B | 0 | 4 | 34 | 19 | 37 | 2C | 37 |
| Octal | 277 | 267 | 133 | 0 | 4 | 64 | 31 | 67 | 54 | 67 |
| Binary | 10111111 | 10110111 | 1011011 | 0 | 100 | 110100 | 11001 | 110111 | 101100 | 110111 |
Color Harmonies of #BFB75B
Complementary color
Monochromatic Colors of #BFB75B
Black with #BFB75B
Text Example
Text Example
White with #BFB75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB75B; }
p { color: rgb(191,183,91); }
H1.HeaderClassName
{
color: #BFB75B;
}
.AnyTagClassName
{
color: #BFB75B;
}
</style>
background-color css
<style>
a { background-color: #BFB75B; }
a { background-color: rgb(191,183,91); }
div.DivClassName
{
background-color: #BFB75B;
}
.BgClassName
{
background-color: #BFB75B;
}
</style>
border-color css
<style>
span { border-color: #BFB75B; }
span { border-color: rgb(191,183,91); }
td.TdClassName
{
border-color: #BFB75B;
}
.TagClassName
{
border-color: #BFB75B;
}
</style>