Shades of Olive Green #BFBC5A
Tints of Olive Green #BFBC5A
RGB
CMYK
RGB Variations
Color information
#BFBC5A (or 0xBFBC5A) is known color: Olive Green. HEX triplet: BF, BC and 5A. RGB value is (191,188,90). Sum of RGB (Red+Green+Blue) = 191+188+90=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBC5A is #4043A5. Grayscale: #B2B2B2. Windows color (decimal): -4211622 or 5946559. OLE color: 5946559.
HSL color Cylindrical-coordinate representation of color #BFBC5A: hue angle of 58.22º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFBC5A is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 188 | 90 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.25 |
| HSL | 58.22º | 0.44% | 0.55% | - |
| HSV(B) | 58.22º | 0.53% | 0.75% | - |
| XYZ | 41.31 | 47.78 | 16.72 | - |
| YUV | 177.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 90 | 0 | 0.02 | 0.53 | 0.25 | 58.22 | 0.44 | 0.55 |
| Hex | BF | BC | 5A | 0 | 2 | 35 | 19 | 3A | 2C | 37 |
| Octal | 277 | 274 | 132 | 0 | 2 | 65 | 31 | 72 | 54 | 67 |
| Binary | 10111111 | 10111100 | 1011010 | 0 | 10 | 110101 | 11001 | 111010 | 101100 | 110111 |
Color Harmonies of #BFBC5A
Complementary color
Monochromatic Colors of #BFBC5A
Black with #BFBC5A
Text Example
Text Example
White with #BFBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBC5A; }
p { color: rgb(191,188,90); }
H1.HeaderClassName
{
color: #BFBC5A;
}
.AnyTagClassName
{
color: #BFBC5A;
}
</style>
background-color css
<style>
a { background-color: #BFBC5A; }
a { background-color: rgb(191,188,90); }
div.DivClassName
{
background-color: #BFBC5A;
}
.BgClassName
{
background-color: #BFBC5A;
}
</style>
border-color css
<style>
span { border-color: #BFBC5A; }
span { border-color: rgb(191,188,90); }
td.TdClassName
{
border-color: #BFBC5A;
}
.TagClassName
{
border-color: #BFBC5A;
}
</style>