Shades of Olive Green #BEBE5F
Tints of Olive Green #BEBE5F
RGB
CMYK
RGB Variations
Color information
#BEBE5F (or 0xBEBE5F) is known color: Olive Green. HEX triplet: BE, BE and 5F. RGB value is (190,190,95). Sum of RGB (Red+Green+Blue) = 190+190+95=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE5F is #4141A0. Grayscale: #B3B3B3. Windows color (decimal): -4276641 or 6274750. OLE color: 6274750.
HSL color Cylindrical-coordinate representation of color #BEBE5F: hue angle of 60º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BEBE5F is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 95 | - |
| CMYK | 0 | 0 | 0.5 | 0.25 |
| HSL | 60º | 0.42% | 0.56% | - |
| HSV(B) | 60º | 0.5% | 0.75% | - |
| XYZ | 41.71 | 48.6 | 18.01 | - |
| YUV | 179.17 | 80.5 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 95 | 0 | 0 | 0.5 | 0.25 | 60 | 0.42 | 0.56 |
| Hex | BE | BE | 5F | 0 | 0 | 32 | 19 | 3C | 2A | 38 |
| Octal | 276 | 276 | 137 | 0 | 0 | 62 | 31 | 74 | 52 | 70 |
| Binary | 10111110 | 10111110 | 1011111 | 0 | 0 | 110010 | 11001 | 111100 | 101010 | 111000 |
Color Harmonies of #BEBE5F
Complementary color
Monochromatic Colors of #BEBE5F
Black with #BEBE5F
Text Example
Text Example
White with #BEBE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE5F; }
p { color: rgb(190,190,95); }
H1.HeaderClassName
{
color: #BEBE5F;
}
.AnyTagClassName
{
color: #BEBE5F;
}
</style>
background-color css
<style>
a { background-color: #BEBE5F; }
a { background-color: rgb(190,190,95); }
div.DivClassName
{
background-color: #BEBE5F;
}
.BgClassName
{
background-color: #BEBE5F;
}
</style>
border-color css
<style>
span { border-color: #BEBE5F; }
span { border-color: rgb(190,190,95); }
td.TdClassName
{
border-color: #BEBE5F;
}
.TagClassName
{
border-color: #BEBE5F;
}
</style>