Shades of Olive Green #B4BD5D
Tints of Olive Green #B4BD5D
RGB
CMYK
RGB Variations
Color information
#B4BD5D (or 0xB4BD5D) is known color: Olive Green. HEX triplet: B4, BD and 5D. RGB value is (180,189,93). Sum of RGB (Red+Green+Blue) = 180+189+93=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD5D is #4B42A2. Grayscale: #AFAFAF. Windows color (decimal): -4932259 or 6143412. OLE color: 6143412.
HSL color Cylindrical-coordinate representation of color #B4BD5D: hue angle of 65.62º 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 #B4BD5D is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 93 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.26 |
| HSL | 65.63º | 0.42% | 0.55% | - |
| HSV(B) | 65.63º | 0.51% | 0.74% | - |
| XYZ | 39 | 46.89 | 17.35 | - |
| YUV | 175.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 93 | 0.05 | 0 | 0.51 | 0.26 | 65.63 | 0.42 | 0.55 |
| Hex | B4 | BD | 5D | 5 | 0 | 33 | 1A | 42 | 2A | 37 |
| Octal | 264 | 275 | 135 | 5 | 0 | 63 | 32 | 102 | 52 | 67 |
| Binary | 10110100 | 10111101 | 1011101 | 101 | 0 | 110011 | 11010 | 1000010 | 101010 | 110111 |
Color Harmonies of #B4BD5D
Complementary color
Monochromatic Colors of #B4BD5D
Black with #B4BD5D
Text Example
Text Example
White with #B4BD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD5D; }
p { color: rgb(180,189,93); }
H1.HeaderClassName
{
color: #B4BD5D;
}
.AnyTagClassName
{
color: #B4BD5D;
}
</style>
background-color css
<style>
a { background-color: #B4BD5D; }
a { background-color: rgb(180,189,93); }
div.DivClassName
{
background-color: #B4BD5D;
}
.BgClassName
{
background-color: #B4BD5D;
}
</style>
border-color css
<style>
span { border-color: #B4BD5D; }
span { border-color: rgb(180,189,93); }
td.TdClassName
{
border-color: #B4BD5D;
}
.TagClassName
{
border-color: #B4BD5D;
}
</style>