Shades of Olive Green #BFB355
Tints of Olive Green #BFB355
RGB
CMYK
RGB Variations
Color information
#BFB355 (or 0xBFB355) is known color: Olive Green. HEX triplet: BF, B3 and 55. RGB value is (191,179,85). Sum of RGB (Red+Green+Blue) = 191+179+85=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFB355 is #404CAA. Grayscale: #ACACAC. Windows color (decimal): -4213931 or 5616575. OLE color: 5616575.
HSL color Cylindrical-coordinate representation of color #BFB355: hue angle of 53.21º 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 #BFB355 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 179 | 85 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.25 |
| HSL | 53.21º | 0.45% | 0.54% | - |
| HSV(B) | 53.21º | 0.55% | 0.75% | - |
| XYZ | 39.25 | 43.97 | 15.01 | - |
| YUV | 171.87 | 78.98 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 179 | 85 | 0 | 0.06 | 0.55 | 0.25 | 53.21 | 0.45 | 0.54 |
| Hex | BF | B3 | 55 | 0 | 6 | 37 | 19 | 35 | 2D | 36 |
| Octal | 277 | 263 | 125 | 0 | 6 | 67 | 31 | 65 | 55 | 66 |
| Binary | 10111111 | 10110011 | 1010101 | 0 | 110 | 110111 | 11001 | 110101 | 101101 | 110110 |
Color Harmonies of #BFB355
Complementary color
Monochromatic Colors of #BFB355
Black with #BFB355
Text Example
Text Example
White with #BFB355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB355; }
p { color: rgb(191,179,85); }
H1.HeaderClassName
{
color: #BFB355;
}
.AnyTagClassName
{
color: #BFB355;
}
</style>
background-color css
<style>
a { background-color: #BFB355; }
a { background-color: rgb(191,179,85); }
div.DivClassName
{
background-color: #BFB355;
}
.BgClassName
{
background-color: #BFB355;
}
</style>
border-color css
<style>
span { border-color: #BFB355; }
span { border-color: rgb(191,179,85); }
td.TdClassName
{
border-color: #BFB355;
}
.TagClassName
{
border-color: #BFB355;
}
</style>