Shades of Olive Green #BEB955
Tints of Olive Green #BEB955
RGB
CMYK
RGB Variations
Color information
#BEB955 (or 0xBEB955) is known color: Olive Green. HEX triplet: BE, B9 and 55. RGB value is (190,185,85). Sum of RGB (Red+Green+Blue) = 190+185+85=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB955 is #4146AA. Grayscale: #AFAFAF. Windows color (decimal): -4277931 or 5618110. OLE color: 5618110.
HSL color Cylindrical-coordinate representation of color #BEB955: hue angle of 57.14º degrees, saturation: 0.45, 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 #BEB955 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 185 | 85 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.25 |
| HSL | 57.14º | 0.45% | 0.54% | - |
| HSV(B) | 57.14º | 0.55% | 0.75% | - |
| XYZ | 40.22 | 46.3 | 15.41 | - |
| YUV | 175.1 | 77.16 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 185 | 85 | 0 | 0.03 | 0.55 | 0.25 | 57.14 | 0.45 | 0.54 |
| Hex | BE | B9 | 55 | 0 | 3 | 37 | 19 | 39 | 2D | 36 |
| Octal | 276 | 271 | 125 | 0 | 3 | 67 | 31 | 71 | 55 | 66 |
| Binary | 10111110 | 10111001 | 1010101 | 0 | 11 | 110111 | 11001 | 111001 | 101101 | 110110 |
Color Harmonies of #BEB955
Complementary color
Monochromatic Colors of #BEB955
Black with #BEB955
Text Example
Text Example
White with #BEB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB955; }
p { color: rgb(190,185,85); }
H1.HeaderClassName
{
color: #BEB955;
}
.AnyTagClassName
{
color: #BEB955;
}
</style>
background-color css
<style>
a { background-color: #BEB955; }
a { background-color: rgb(190,185,85); }
div.DivClassName
{
background-color: #BEB955;
}
.BgClassName
{
background-color: #BEB955;
}
</style>
border-color css
<style>
span { border-color: #BEB955; }
span { border-color: rgb(190,185,85); }
td.TdClassName
{
border-color: #BEB955;
}
.TagClassName
{
border-color: #BEB955;
}
</style>