Shades of Olive Green #BFBE5D
Tints of Olive Green #BFBE5D
RGB
CMYK
RGB Variations
Color information
#BFBE5D (or 0xBFBE5D) is known color: Olive Green. HEX triplet: BF, BE and 5D. RGB value is (191,190,93). Sum of RGB (Red+Green+Blue) = 191+190+93=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 93 (36.72% from 255 or 19.62% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBE5D is #4041A2. Grayscale: #B3B3B3. Windows color (decimal): -4211107 or 6143679. OLE color: 6143679.
HSL color Cylindrical-coordinate representation of color #BFBE5D: hue angle of 59.39º 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 #BFBE5D is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 190 | 93 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.25 |
| HSL | 59.39º | 0.43% | 0.56% | - |
| HSV(B) | 59.39º | 0.51% | 0.75% | - |
| XYZ | 41.88 | 48.69 | 17.55 | - |
| YUV | 179.24 | 79.33 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 93 | 0 | 0.01 | 0.51 | 0.25 | 59.39 | 0.43 | 0.56 |
| Hex | BF | BE | 5D | 0 | 1 | 33 | 19 | 3B | 2B | 38 |
| Octal | 277 | 276 | 135 | 0 | 1 | 63 | 31 | 73 | 53 | 70 |
| Binary | 10111111 | 10111110 | 1011101 | 0 | 1 | 110011 | 11001 | 111011 | 101011 | 111000 |
Color Harmonies of #BFBE5D
Complementary color
Monochromatic Colors of #BFBE5D
Black with #BFBE5D
Text Example
Text Example
White with #BFBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBE5D; }
p { color: rgb(191,190,93); }
H1.HeaderClassName
{
color: #BFBE5D;
}
.AnyTagClassName
{
color: #BFBE5D;
}
</style>
background-color css
<style>
a { background-color: #BFBE5D; }
a { background-color: rgb(191,190,93); }
div.DivClassName
{
background-color: #BFBE5D;
}
.BgClassName
{
background-color: #BFBE5D;
}
</style>
border-color css
<style>
span { border-color: #BFBE5D; }
span { border-color: rgb(191,190,93); }
td.TdClassName
{
border-color: #BFBE5D;
}
.TagClassName
{
border-color: #BFBE5D;
}
</style>