Shades of Olive Green #B8BD5E
Tints of Olive Green #B8BD5E
RGB
CMYK
RGB Variations
Color information
#B8BD5E (or 0xB8BD5E) is known color: Olive Green. HEX triplet: B8, BD and 5E. RGB value is (184,189,94). Sum of RGB (Red+Green+Blue) = 184+189+94=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD5E is #4742A1. Grayscale: #B1B1B1. Windows color (decimal): -4670114 or 6208952. OLE color: 6208952.
HSL color Cylindrical-coordinate representation of color #B8BD5E: hue angle of 63.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8BD5E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 94 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.26 |
| HSL | 63.16º | 0.42% | 0.55% | - |
| HSV(B) | 63.16º | 0.5% | 0.74% | - |
| XYZ | 39.99 | 47.39 | 17.63 | - |
| YUV | 176.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 94 | 0.03 | 0 | 0.50 | 0.26 | 63.16 | 0.42 | 0.55 |
| Hex | B8 | BD | 5E | 3 | 0 | 32 | 1A | 3F | 2A | 37 |
| Octal | 270 | 275 | 136 | 3 | 0 | 62 | 32 | 77 | 52 | 67 |
| Binary | 10111000 | 10111101 | 1011110 | 11 | 0 | 110010 | 11010 | 111111 | 101010 | 110111 |
Color Harmonies of #B8BD5E
Complementary color
Monochromatic Colors of #B8BD5E
Black with #B8BD5E
Text Example
Text Example
White with #B8BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD5E; }
p { color: rgb(184,189,94); }
H1.HeaderClassName
{
color: #B8BD5E;
}
.AnyTagClassName
{
color: #B8BD5E;
}
</style>
background-color css
<style>
a { background-color: #B8BD5E; }
a { background-color: rgb(184,189,94); }
div.DivClassName
{
background-color: #B8BD5E;
}
.BgClassName
{
background-color: #B8BD5E;
}
</style>
border-color css
<style>
span { border-color: #B8BD5E; }
span { border-color: rgb(184,189,94); }
td.TdClassName
{
border-color: #B8BD5E;
}
.TagClassName
{
border-color: #B8BD5E;
}
</style>