Shades of Olive Green #BFB556
Tints of Olive Green #BFB556
RGB
CMYK
RGB Variations
Color information
#BFB556 (or 0xBFB556) is known color: Olive Green. HEX triplet: BF, B5 and 56. RGB value is (191,181,86). Sum of RGB (Red+Green+Blue) = 191+181+86=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB556 is #404AA9. Grayscale: #ADADAD. Windows color (decimal): -4213418 or 5682623. OLE color: 5682623.
HSL color Cylindrical-coordinate representation of color #BFB556: hue angle of 54.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFB556 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 181 | 86 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.25 |
| HSL | 54.29º | 0.45% | 0.54% | - |
| HSV(B) | 54.29º | 0.55% | 0.75% | - |
| XYZ | 39.69 | 44.8 | 15.36 | - |
| YUV | 173.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 181 | 86 | 0 | 0.05 | 0.55 | 0.25 | 54.29 | 0.45 | 0.54 |
| Hex | BF | B5 | 56 | 0 | 5 | 37 | 19 | 36 | 2D | 36 |
| Octal | 277 | 265 | 126 | 0 | 5 | 67 | 31 | 66 | 55 | 66 |
| Binary | 10111111 | 10110101 | 1010110 | 0 | 101 | 110111 | 11001 | 110110 | 101101 | 110110 |
Color Harmonies of #BFB556
Complementary color
Monochromatic Colors of #BFB556
Black with #BFB556
Text Example
Text Example
White with #BFB556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB556; }
p { color: rgb(191,181,86); }
H1.HeaderClassName
{
color: #BFB556;
}
.AnyTagClassName
{
color: #BFB556;
}
</style>
background-color css
<style>
a { background-color: #BFB556; }
a { background-color: rgb(191,181,86); }
div.DivClassName
{
background-color: #BFB556;
}
.BgClassName
{
background-color: #BFB556;
}
</style>
border-color css
<style>
span { border-color: #BFB556; }
span { border-color: rgb(191,181,86); }
td.TdClassName
{
border-color: #BFB556;
}
.TagClassName
{
border-color: #BFB556;
}
</style>