Shades of Olive Green #BEBC5E
Tints of Olive Green #BEBC5E
RGB
CMYK
RGB Variations
Color information
#BEBC5E (or 0xBEBC5E) is known color: Olive Green. HEX triplet: BE, BC and 5E. RGB value is (190,188,94). Sum of RGB (Red+Green+Blue) = 190+188+94=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC5E is #4143A1. Grayscale: #B2B2B2. Windows color (decimal): -4277154 or 6208702. OLE color: 6208702.
HSL color Cylindrical-coordinate representation of color #BEBC5E: hue angle of 58.75º degrees, saturation: 0.42, 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 #BEBC5E is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 188 | 94 | - |
CMYK | 0 | 0.01 | 0.51 | 0.25 |
HSL | 58.75º | 0.42% | 0.56% | - |
HSV(B) | 58.75º | 0.51% | 0.75% | - |
XYZ | 41.24 | 47.72 | 17.63 | - |
YUV | 177.88 | 80.66 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 188 | 94 | 0 | 0.01 | 0.51 | 0.25 | 58.75 | 0.42 | 0.56 |
Hex | BE | BC | 5E | 0 | 1 | 33 | 19 | 3B | 2A | 38 |
Octal | 276 | 274 | 136 | 0 | 1 | 63 | 31 | 73 | 52 | 70 |
Binary | 10111110 | 10111100 | 1011110 | 0 | 1 | 110011 | 11001 | 111011 | 101010 | 111000 |
Color Harmonies of #BEBC5E
Complementary color
Monochromatic Colors of #BEBC5E
Black with #BEBC5E
Text Example
Text Example
White with #BEBC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBC5E; }
p { color: rgb(190,188,94); }
H1.HeaderClassName
{
color: #BEBC5E;
}
.AnyTagClassName
{
color: #BEBC5E;
}
</style>
background-color css
<style>
a { background-color: #BEBC5E; }
a { background-color: rgb(190,188,94); }
div.DivClassName
{
background-color: #BEBC5E;
}
.BgClassName
{
background-color: #BEBC5E;
}
</style>
border-color css
<style>
span { border-color: #BEBC5E; }
span { border-color: rgb(190,188,94); }
td.TdClassName
{
border-color: #BEBC5E;
}
.TagClassName
{
border-color: #BEBC5E;
}
</style>