Shades of Olive Green #B7BD5E
Tints of Olive Green #B7BD5E
RGB
CMYK
RGB Variations
Color information
#B7BD5E (or 0xB7BD5E) is known color: Olive Green. HEX triplet: B7, BD and 5E. RGB value is (183,189,94). Sum of RGB (Red+Green+Blue) = 183+189+94=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD5E is #4842A1. Grayscale: #B0B0B0. Windows color (decimal): -4735650 or 6208951. OLE color: 6208951.
HSL color Cylindrical-coordinate representation of color #B7BD5E: hue angle of 63.79º 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 #B7BD5E is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 94 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.26 |
| HSL | 63.79º | 0.42% | 0.55% | - |
| HSV(B) | 63.79º | 0.5% | 0.74% | - |
| XYZ | 39.75 | 47.27 | 17.62 | - |
| YUV | 176.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 94 | 0.03 | 0 | 0.50 | 0.26 | 63.79 | 0.42 | 0.55 |
| Hex | B7 | BD | 5E | 3 | 0 | 32 | 1A | 40 | 2A | 37 |
| Octal | 267 | 275 | 136 | 3 | 0 | 62 | 32 | 100 | 52 | 67 |
| Binary | 10110111 | 10111101 | 1011110 | 11 | 0 | 110010 | 11010 | 1000000 | 101010 | 110111 |
Color Harmonies of #B7BD5E
Complementary color
Monochromatic Colors of #B7BD5E
Black with #B7BD5E
Text Example
Text Example
White with #B7BD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD5E; }
p { color: rgb(183,189,94); }
H1.HeaderClassName
{
color: #B7BD5E;
}
.AnyTagClassName
{
color: #B7BD5E;
}
</style>
background-color css
<style>
a { background-color: #B7BD5E; }
a { background-color: rgb(183,189,94); }
div.DivClassName
{
background-color: #B7BD5E;
}
.BgClassName
{
background-color: #B7BD5E;
}
</style>
border-color css
<style>
span { border-color: #B7BD5E; }
span { border-color: rgb(183,189,94); }
td.TdClassName
{
border-color: #B7BD5E;
}
.TagClassName
{
border-color: #B7BD5E;
}
</style>