Shades of Olive Green #B7BD5D
Tints of Olive Green #B7BD5D
RGB
CMYK
RGB Variations
Color information
#B7BD5D (or 0xB7BD5D) is known color: Olive Green. HEX triplet: B7, BD and 5D. RGB value is (183,189,93). Sum of RGB (Red+Green+Blue) = 183+189+93=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BD5D is #4842A2. Grayscale: #B0B0B0. Windows color (decimal): -4735651 or 6143415. OLE color: 6143415.
HSL color Cylindrical-coordinate representation of color #B7BD5D: hue angle of 63.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7BD5D is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 93 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.26 |
| HSL | 63.75º | 0.42% | 0.55% | - |
| HSV(B) | 63.75º | 0.51% | 0.74% | - |
| XYZ | 39.7 | 47.25 | 17.38 | - |
| YUV | 176.26 | 81.01 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 93 | 0.03 | 0 | 0.51 | 0.26 | 63.75 | 0.42 | 0.55 |
| Hex | B7 | BD | 5D | 3 | 0 | 33 | 1A | 40 | 2A | 37 |
| Octal | 267 | 275 | 135 | 3 | 0 | 63 | 32 | 100 | 52 | 67 |
| Binary | 10110111 | 10111101 | 1011101 | 11 | 0 | 110011 | 11010 | 1000000 | 101010 | 110111 |
Color Harmonies of #B7BD5D
Complementary color
Monochromatic Colors of #B7BD5D
Black with #B7BD5D
Text Example
Text Example
White with #B7BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD5D; }
p { color: rgb(183,189,93); }
H1.HeaderClassName
{
color: #B7BD5D;
}
.AnyTagClassName
{
color: #B7BD5D;
}
</style>
background-color css
<style>
a { background-color: #B7BD5D; }
a { background-color: rgb(183,189,93); }
div.DivClassName
{
background-color: #B7BD5D;
}
.BgClassName
{
background-color: #B7BD5D;
}
</style>
border-color css
<style>
span { border-color: #B7BD5D; }
span { border-color: rgb(183,189,93); }
td.TdClassName
{
border-color: #B7BD5D;
}
.TagClassName
{
border-color: #B7BD5D;
}
</style>