Shades of Olive Green #BEBD5B
Tints of Olive Green #BEBD5B
RGB
CMYK
RGB Variations
Color information
#BEBD5B (or 0xBEBD5B) is known color: Olive Green. HEX triplet: BE, BD and 5B. RGB value is (190,189,91). Sum of RGB (Red+Green+Blue) = 190+189+91=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD5B is #4142A4. Grayscale: #B2B2B2. Windows color (decimal): -4276901 or 6012350. OLE color: 6012350.
HSL color Cylindrical-coordinate representation of color #BEBD5B: hue angle of 59.39º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BEBD5B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 189 | 91 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.25 |
| HSL | 59.39º | 0.43% | 0.55% | - |
| HSV(B) | 59.39º | 0.52% | 0.75% | - |
| XYZ | 41.32 | 48.1 | 17 | - |
| YUV | 178.13 | 78.83 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 189 | 91 | 0 | 0.01 | 0.52 | 0.25 | 59.39 | 0.43 | 0.55 |
| Hex | BE | BD | 5B | 0 | 1 | 34 | 19 | 3B | 2B | 37 |
| Octal | 276 | 275 | 133 | 0 | 1 | 64 | 31 | 73 | 53 | 67 |
| Binary | 10111110 | 10111101 | 1011011 | 0 | 1 | 110100 | 11001 | 111011 | 101011 | 110111 |
Color Harmonies of #BEBD5B
Complementary color
Monochromatic Colors of #BEBD5B
Black with #BEBD5B
Text Example
Text Example
White with #BEBD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBD5B; }
p { color: rgb(190,189,91); }
H1.HeaderClassName
{
color: #BEBD5B;
}
.AnyTagClassName
{
color: #BEBD5B;
}
</style>
background-color css
<style>
a { background-color: #BEBD5B; }
a { background-color: rgb(190,189,91); }
div.DivClassName
{
background-color: #BEBD5B;
}
.BgClassName
{
background-color: #BEBD5B;
}
</style>
border-color css
<style>
span { border-color: #BEBD5B; }
span { border-color: rgb(190,189,91); }
td.TdClassName
{
border-color: #BEBD5B;
}
.TagClassName
{
border-color: #BEBD5B;
}
</style>