Shades of Olive Green #B8BE5D
Tints of Olive Green #B8BE5D
RGB
CMYK
RGB Variations
Color information
#B8BE5D (or 0xB8BE5D) is known color: Olive Green. HEX triplet: B8, BE and 5D. RGB value is (184,190,93). Sum of RGB (Red+Green+Blue) = 184+190+93=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BE5D is #4741A2. Grayscale: #B1B1B1. Windows color (decimal): -4669859 or 6143672. OLE color: 6143672.
HSL color Cylindrical-coordinate representation of color #B8BE5D: hue angle of 63.71º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B8BE5D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 93 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.25 |
| HSL | 63.71º | 0.43% | 0.55% | - |
| HSV(B) | 63.71º | 0.51% | 0.75% | - |
| XYZ | 40.16 | 47.81 | 17.47 | - |
| YUV | 177.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 93 | 0.03 | 0 | 0.51 | 0.25 | 63.71 | 0.43 | 0.55 |
| Hex | B8 | BE | 5D | 3 | 0 | 33 | 19 | 40 | 2B | 37 |
| Octal | 270 | 276 | 135 | 3 | 0 | 63 | 31 | 100 | 53 | 67 |
| Binary | 10111000 | 10111110 | 1011101 | 11 | 0 | 110011 | 11001 | 1000000 | 101011 | 110111 |
Color Harmonies of #B8BE5D
Complementary color
Monochromatic Colors of #B8BE5D
Black with #B8BE5D
Text Example
Text Example
White with #B8BE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE5D; }
p { color: rgb(184,190,93); }
H1.HeaderClassName
{
color: #B8BE5D;
}
.AnyTagClassName
{
color: #B8BE5D;
}
</style>
background-color css
<style>
a { background-color: #B8BE5D; }
a { background-color: rgb(184,190,93); }
div.DivClassName
{
background-color: #B8BE5D;
}
.BgClassName
{
background-color: #B8BE5D;
}
</style>
border-color css
<style>
span { border-color: #B8BE5D; }
span { border-color: rgb(184,190,93); }
td.TdClassName
{
border-color: #B8BE5D;
}
.TagClassName
{
border-color: #B8BE5D;
}
</style>