Shades of Olive Green #BEBE5D
Tints of Olive Green #BEBE5D
RGB
CMYK
RGB Variations
Color information
#BEBE5D (or 0xBEBE5D) is known color: Olive Green. HEX triplet: BE, BE and 5D. RGB value is (190,190,93). Sum of RGB (Red+Green+Blue) = 190+190+93=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5D is #4141A2. Grayscale: #B3B3B3. Windows color (decimal): -4276643 or 6143678. OLE color: 6143678.
HSL color Cylindrical-coordinate representation of color #BEBE5D: hue angle of 60º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BEBE5D is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 93 | - |
| CMYK | 0 | 0 | 0.51 | 0.25 |
| HSL | 60º | 0.43% | 0.55% | - |
| HSV(B) | 60º | 0.51% | 0.75% | - |
| XYZ | 41.62 | 48.56 | 17.54 | - |
| YUV | 178.94 | 79.5 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 93 | 0 | 0 | 0.51 | 0.25 | 60 | 0.43 | 0.55 |
| Hex | BE | BE | 5D | 0 | 0 | 33 | 19 | 3C | 2B | 37 |
| Octal | 276 | 276 | 135 | 0 | 0 | 63 | 31 | 74 | 53 | 67 |
| Binary | 10111110 | 10111110 | 1011101 | 0 | 0 | 110011 | 11001 | 111100 | 101011 | 110111 |
Color Harmonies of #BEBE5D
Complementary color
Monochromatic Colors of #BEBE5D
Black with #BEBE5D
Text Example
Text Example
White with #BEBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE5D; }
p { color: rgb(190,190,93); }
H1.HeaderClassName
{
color: #BEBE5D;
}
.AnyTagClassName
{
color: #BEBE5D;
}
</style>
background-color css
<style>
a { background-color: #BEBE5D; }
a { background-color: rgb(190,190,93); }
div.DivClassName
{
background-color: #BEBE5D;
}
.BgClassName
{
background-color: #BEBE5D;
}
</style>
border-color css
<style>
span { border-color: #BEBE5D; }
span { border-color: rgb(190,190,93); }
td.TdClassName
{
border-color: #BEBE5D;
}
.TagClassName
{
border-color: #BEBE5D;
}
</style>