Shades of Olive Green #BFB458
Tints of Olive Green #BFB458
RGB
CMYK
RGB Variations
Color information
#BFB458 (or 0xBFB458) is known color: Olive Green. HEX triplet: BF, B4 and 58. RGB value is (191,180,88). Sum of RGB (Red+Green+Blue) = 191+180+88=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB458 is #404BA7. Grayscale: #ADADAD. Windows color (decimal): -4213672 or 5813439. OLE color: 5813439.
HSL color Cylindrical-coordinate representation of color #BFB458: hue angle of 53.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BFB458 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 180 | 88 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.25 |
| HSL | 53.59º | 0.45% | 0.55% | - |
| HSV(B) | 53.59º | 0.54% | 0.75% | - |
| XYZ | 39.57 | 44.42 | 15.72 | - |
| YUV | 172.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 180 | 88 | 0 | 0.06 | 0.54 | 0.25 | 53.59 | 0.45 | 0.55 |
| Hex | BF | B4 | 58 | 0 | 6 | 36 | 19 | 36 | 2D | 37 |
| Octal | 277 | 264 | 130 | 0 | 6 | 66 | 31 | 66 | 55 | 67 |
| Binary | 10111111 | 10110100 | 1011000 | 0 | 110 | 110110 | 11001 | 110110 | 101101 | 110111 |
Color Harmonies of #BFB458
Complementary color
Monochromatic Colors of #BFB458
Black with #BFB458
Text Example
Text Example
White with #BFB458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB458; }
p { color: rgb(191,180,88); }
H1.HeaderClassName
{
color: #BFB458;
}
.AnyTagClassName
{
color: #BFB458;
}
</style>
background-color css
<style>
a { background-color: #BFB458; }
a { background-color: rgb(191,180,88); }
div.DivClassName
{
background-color: #BFB458;
}
.BgClassName
{
background-color: #BFB458;
}
</style>
border-color css
<style>
span { border-color: #BFB458; }
span { border-color: rgb(191,180,88); }
td.TdClassName
{
border-color: #BFB458;
}
.TagClassName
{
border-color: #BFB458;
}
</style>