Shades of Olive Green #B8BD5A
Tints of Olive Green #B8BD5A
RGB
CMYK
RGB Variations
Color information
#B8BD5A (or 0xB8BD5A) is known color: Olive Green. HEX triplet: B8, BD and 5A. RGB value is (184,189,90). Sum of RGB (Red+Green+Blue) = 184+189+90=463 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.74% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BD5A is #4742A5. Grayscale: #B0B0B0. Windows color (decimal): -4670118 or 5946808. OLE color: 5946808.
HSL color Cylindrical-coordinate representation of color #B8BD5A: hue angle of 63.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8BD5A is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 189 | 90 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.26 |
| HSL | 63.03º | 0.43% | 0.55% | - |
| HSV(B) | 63.03º | 0.52% | 0.74% | - |
| XYZ | 39.81 | 47.32 | 16.71 | - |
| YUV | 176.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 189 | 90 | 0.03 | 0 | 0.52 | 0.26 | 63.03 | 0.43 | 0.55 |
| Hex | B8 | BD | 5A | 3 | 0 | 34 | 1A | 3F | 2B | 37 |
| Octal | 270 | 275 | 132 | 3 | 0 | 64 | 32 | 77 | 53 | 67 |
| Binary | 10111000 | 10111101 | 1011010 | 11 | 0 | 110100 | 11010 | 111111 | 101011 | 110111 |
Color Harmonies of #B8BD5A
Complementary color
Monochromatic Colors of #B8BD5A
Black with #B8BD5A
Text Example
Text Example
White with #B8BD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BD5A; }
p { color: rgb(184,189,90); }
H1.HeaderClassName
{
color: #B8BD5A;
}
.AnyTagClassName
{
color: #B8BD5A;
}
</style>
background-color css
<style>
a { background-color: #B8BD5A; }
a { background-color: rgb(184,189,90); }
div.DivClassName
{
background-color: #B8BD5A;
}
.BgClassName
{
background-color: #B8BD5A;
}
</style>
border-color css
<style>
span { border-color: #B8BD5A; }
span { border-color: rgb(184,189,90); }
td.TdClassName
{
border-color: #B8BD5A;
}
.TagClassName
{
border-color: #B8BD5A;
}
</style>