Shades of Olive Green #BFBB55
Tints of Olive Green #BFBB55
RGB
CMYK
RGB Variations
Color information
#BFBB55 (or 0xBFBB55) is known color: Olive Green. HEX triplet: BF, BB and 55. RGB value is (191,187,85). Sum of RGB (Red+Green+Blue) = 191+187+85=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB55 is #4044AA. Grayscale: #B0B0B0. Windows color (decimal): -4211883 or 5618623. OLE color: 5618623.
HSL color Cylindrical-coordinate representation of color #BFBB55: hue angle of 57.74º 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 #BFBB55 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 85 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.25 |
| HSL | 57.74º | 0.45% | 0.54% | - |
| HSV(B) | 57.74º | 0.55% | 0.75% | - |
| XYZ | 40.9 | 47.27 | 15.56 | - |
| YUV | 176.57 | 76.33 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 85 | 0 | 0.02 | 0.55 | 0.25 | 57.74 | 0.45 | 0.54 |
| Hex | BF | BB | 55 | 0 | 2 | 37 | 19 | 3A | 2D | 36 |
| Octal | 277 | 273 | 125 | 0 | 2 | 67 | 31 | 72 | 55 | 66 |
| Binary | 10111111 | 10111011 | 1010101 | 0 | 10 | 110111 | 11001 | 111010 | 101101 | 110110 |
Color Harmonies of #BFBB55
Complementary color
Monochromatic Colors of #BFBB55
Black with #BFBB55
Text Example
Text Example
White with #BFBB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBB55; }
p { color: rgb(191,187,85); }
H1.HeaderClassName
{
color: #BFBB55;
}
.AnyTagClassName
{
color: #BFBB55;
}
</style>
background-color css
<style>
a { background-color: #BFBB55; }
a { background-color: rgb(191,187,85); }
div.DivClassName
{
background-color: #BFBB55;
}
.BgClassName
{
background-color: #BFBB55;
}
</style>
border-color css
<style>
span { border-color: #BFBB55; }
span { border-color: rgb(191,187,85); }
td.TdClassName
{
border-color: #BFBB55;
}
.TagClassName
{
border-color: #BFBB55;
}
</style>