Shades of Olive Green #BEB853
Tints of Olive Green #BEB853
RGB
CMYK
RGB Variations
Color information
#BEB853 (or 0xBEB853) is known color: Olive Green. HEX triplet: BE, B8 and 53. RGB value is (190,184,83). Sum of RGB (Red+Green+Blue) = 190+184+83=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 184 (72.27% from 255 or 40.26% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB853 is #4147AC. Grayscale: #AEAEAE. Windows color (decimal): -4278189 or 5486782. OLE color: 5486782.
HSL color Cylindrical-coordinate representation of color #BEB853: hue angle of 56.64º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BEB853 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 184 | 83 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.25 |
| HSL | 56.64º | 0.45% | 0.54% | - |
| HSV(B) | 56.64º | 0.56% | 0.75% | - |
| XYZ | 39.94 | 45.85 | 14.93 | - |
| YUV | 174.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 184 | 83 | 0 | 0.03 | 0.56 | 0.25 | 56.64 | 0.45 | 0.54 |
| Hex | BE | B8 | 53 | 0 | 3 | 38 | 19 | 39 | 2D | 36 |
| Octal | 276 | 270 | 123 | 0 | 3 | 70 | 31 | 71 | 55 | 66 |
| Binary | 10111110 | 10111000 | 1010011 | 0 | 11 | 111000 | 11001 | 111001 | 101101 | 110110 |
Color Harmonies of #BEB853
Complementary color
Monochromatic Colors of #BEB853
Black with #BEB853
Text Example
Text Example
White with #BEB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB853; }
p { color: rgb(190,184,83); }
H1.HeaderClassName
{
color: #BEB853;
}
.AnyTagClassName
{
color: #BEB853;
}
</style>
background-color css
<style>
a { background-color: #BEB853; }
a { background-color: rgb(190,184,83); }
div.DivClassName
{
background-color: #BEB853;
}
.BgClassName
{
background-color: #BEB853;
}
</style>
border-color css
<style>
span { border-color: #BEB853; }
span { border-color: rgb(190,184,83); }
td.TdClassName
{
border-color: #BEB853;
}
.TagClassName
{
border-color: #BEB853;
}
</style>