Shades of Olive Green #BFBD5D
Tints of Olive Green #BFBD5D
RGB
CMYK
RGB Variations
Color information
#BFBD5D (or 0xBFBD5D) is known color: Olive Green. HEX triplet: BF, BD and 5D. RGB value is (191,189,93). Sum of RGB (Red+Green+Blue) = 191+189+93=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBD5D is #4042A2. Grayscale: #B3B3B3. Windows color (decimal): -4211363 or 6143423. OLE color: 6143423.
HSL color Cylindrical-coordinate representation of color #BFBD5D: hue angle of 58.78º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFBD5D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 189 | 93 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.25 |
| HSL | 58.78º | 0.43% | 0.56% | - |
| HSV(B) | 58.78º | 0.51% | 0.75% | - |
| XYZ | 41.66 | 48.26 | 17.48 | - |
| YUV | 178.65 | 79.66 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 93 | 0 | 0.01 | 0.51 | 0.25 | 58.78 | 0.43 | 0.56 |
| Hex | BF | BD | 5D | 0 | 1 | 33 | 19 | 3B | 2B | 38 |
| Octal | 277 | 275 | 135 | 0 | 1 | 63 | 31 | 73 | 53 | 70 |
| Binary | 10111111 | 10111101 | 1011101 | 0 | 1 | 110011 | 11001 | 111011 | 101011 | 111000 |
Color Harmonies of #BFBD5D
Complementary color
Monochromatic Colors of #BFBD5D
Black with #BFBD5D
Text Example
Text Example
White with #BFBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBD5D; }
p { color: rgb(191,189,93); }
H1.HeaderClassName
{
color: #BFBD5D;
}
.AnyTagClassName
{
color: #BFBD5D;
}
</style>
background-color css
<style>
a { background-color: #BFBD5D; }
a { background-color: rgb(191,189,93); }
div.DivClassName
{
background-color: #BFBD5D;
}
.BgClassName
{
background-color: #BFBD5D;
}
</style>
border-color css
<style>
span { border-color: #BFBD5D; }
span { border-color: rgb(191,189,93); }
td.TdClassName
{
border-color: #BFBD5D;
}
.TagClassName
{
border-color: #BFBD5D;
}
</style>