Shades of Olive Green #BEBD56
Tints of Olive Green #BEBD56
RGB
CMYK
RGB Variations
Color information
#BEBD56 (or 0xBEBD56) is known color: Olive Green. HEX triplet: BE, BD and 56. RGB value is (190,189,86). Sum of RGB (Red+Green+Blue) = 190+189+86=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 86 (33.98% from 255 or 18.49% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD56 is #4142A9. Grayscale: #B1B1B1. Windows color (decimal): -4276906 or 5684670. OLE color: 5684670.
HSL color Cylindrical-coordinate representation of color #BEBD56: hue angle of 59.42º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEBD56 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 86 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.25 |
| HSL | 59.42º | 0.44% | 0.54% | - |
| HSV(B) | 59.42º | 0.55% | 0.75% | - |
| XYZ | 41.11 | 48.01 | 15.9 | - |
| YUV | 177.56 | 76.33 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 86 | 0 | 0.01 | 0.55 | 0.25 | 59.42 | 0.44 | 0.54 |
| Hex | BE | BD | 56 | 0 | 1 | 37 | 19 | 3B | 2C | 36 |
| Octal | 276 | 275 | 126 | 0 | 1 | 67 | 31 | 73 | 54 | 66 |
| Binary | 10111110 | 10111101 | 1010110 | 0 | 1 | 110111 | 11001 | 111011 | 101100 | 110110 |
Color Harmonies of #BEBD56
Complementary color
Monochromatic Colors of #BEBD56
Black with #BEBD56
Text Example
Text Example
White with #BEBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD56; }
p { color: rgb(190,189,86); }
H1.HeaderClassName
{
color: #BEBD56;
}
.AnyTagClassName
{
color: #BEBD56;
}
</style>
background-color css
<style>
a { background-color: #BEBD56; }
a { background-color: rgb(190,189,86); }
div.DivClassName
{
background-color: #BEBD56;
}
.BgClassName
{
background-color: #BEBD56;
}
</style>
border-color css
<style>
span { border-color: #BEBD56; }
span { border-color: rgb(190,189,86); }
td.TdClassName
{
border-color: #BEBD56;
}
.TagClassName
{
border-color: #BEBD56;
}
</style>