Shades of Olive Green #BFBD5B
Tints of Olive Green #BFBD5B
RGB
CMYK
RGB Variations
Color information
#BFBD5B (or 0xBFBD5B) is known color: Olive Green. HEX triplet: BF, BD and 5B. RGB value is (191,189,91). Sum of RGB (Red+Green+Blue) = 191+189+91=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 189 (74.22% from 255 or 40.13% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD5B is #4042A4. Grayscale: #B2B2B2. Windows color (decimal): -4211365 or 6012351. OLE color: 6012351.
HSL color Cylindrical-coordinate representation of color #BFBD5B: hue angle of 58.8º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFBD5B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 91 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.25 |
| HSL | 58.8º | 0.44% | 0.55% | - |
| HSV(B) | 58.8º | 0.52% | 0.75% | - |
| XYZ | 41.57 | 48.23 | 17.02 | - |
| YUV | 178.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 91 | 0 | 0.01 | 0.52 | 0.25 | 58.8 | 0.44 | 0.55 |
| Hex | BF | BD | 5B | 0 | 1 | 34 | 19 | 3B | 2C | 37 |
| Octal | 277 | 275 | 133 | 0 | 1 | 64 | 31 | 73 | 54 | 67 |
| Binary | 10111111 | 10111101 | 1011011 | 0 | 1 | 110100 | 11001 | 111011 | 101100 | 110111 |
Color Harmonies of #BFBD5B
Complementary color
Monochromatic Colors of #BFBD5B
Black with #BFBD5B
Text Example
Text Example
White with #BFBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD5B; }
p { color: rgb(191,189,91); }
H1.HeaderClassName
{
color: #BFBD5B;
}
.AnyTagClassName
{
color: #BFBD5B;
}
</style>
background-color css
<style>
a { background-color: #BFBD5B; }
a { background-color: rgb(191,189,91); }
div.DivClassName
{
background-color: #BFBD5B;
}
.BgClassName
{
background-color: #BFBD5B;
}
</style>
border-color css
<style>
span { border-color: #BFBD5B; }
span { border-color: rgb(191,189,91); }
td.TdClassName
{
border-color: #BFBD5B;
}
.TagClassName
{
border-color: #BFBD5B;
}
</style>