Shades of Olive Green #BFBD54
Tints of Olive Green #BFBD54
RGB
CMYK
RGB Variations
Color information
#BFBD54 (or 0xBFBD54) is known color: Olive Green. HEX triplet: BF, BD and 54. RGB value is (191,189,84). Sum of RGB (Red+Green+Blue) = 191+189+84=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD54 is #4042AB. Grayscale: #B2B2B2. Windows color (decimal): -4211372 or 5553599. OLE color: 5553599.
HSL color Cylindrical-coordinate representation of color #BFBD54: hue angle of 58.88º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFBD54 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 84 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.25 |
| HSL | 58.88º | 0.46% | 0.54% | - |
| HSV(B) | 58.88º | 0.56% | 0.75% | - |
| XYZ | 41.28 | 48.11 | 15.5 | - |
| YUV | 177.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 84 | 0 | 0.01 | 0.56 | 0.25 | 58.88 | 0.46 | 0.54 |
| Hex | BF | BD | 54 | 0 | 1 | 38 | 19 | 3B | 2E | 36 |
| Octal | 277 | 275 | 124 | 0 | 1 | 70 | 31 | 73 | 56 | 66 |
| Binary | 10111111 | 10111101 | 1010100 | 0 | 1 | 111000 | 11001 | 111011 | 101110 | 110110 |
Color Harmonies of #BFBD54
Complementary color
Monochromatic Colors of #BFBD54
Black with #BFBD54
Text Example
Text Example
White with #BFBD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD54; }
p { color: rgb(191,189,84); }
H1.HeaderClassName
{
color: #BFBD54;
}
.AnyTagClassName
{
color: #BFBD54;
}
</style>
background-color css
<style>
a { background-color: #BFBD54; }
a { background-color: rgb(191,189,84); }
div.DivClassName
{
background-color: #BFBD54;
}
.BgClassName
{
background-color: #BFBD54;
}
</style>
border-color css
<style>
span { border-color: #BFBD54; }
span { border-color: rgb(191,189,84); }
td.TdClassName
{
border-color: #BFBD54;
}
.TagClassName
{
border-color: #BFBD54;
}
</style>