Shades of Olive Green #B5BC5A
Tints of Olive Green #B5BC5A
RGB
CMYK
RGB Variations
Color information
#B5BC5A (or 0xB5BC5A) is known color: Olive Green. HEX triplet: B5, BC and 5A. RGB value is (181,188,90). Sum of RGB (Red+Green+Blue) = 181+188+90=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC5A is #4A43A5. Grayscale: #AFAFAF. Windows color (decimal): -4866982 or 5946549. OLE color: 5946549.
HSL color Cylindrical-coordinate representation of color #B5BC5A: hue angle of 64.29º degrees, saturation: 0.42, 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 #B5BC5A is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 90 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.26 |
| HSL | 64.29º | 0.42% | 0.55% | - |
| HSV(B) | 64.29º | 0.52% | 0.74% | - |
| XYZ | 38.88 | 46.53 | 16.6 | - |
| YUV | 174.74 | 80.18 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 90 | 0.04 | 0 | 0.52 | 0.26 | 64.29 | 0.42 | 0.55 |
| Hex | B5 | BC | 5A | 4 | 0 | 34 | 1A | 40 | 2A | 37 |
| Octal | 265 | 274 | 132 | 4 | 0 | 64 | 32 | 100 | 52 | 67 |
| Binary | 10110101 | 10111100 | 1011010 | 100 | 0 | 110100 | 11010 | 1000000 | 101010 | 110111 |
Color Harmonies of #B5BC5A
Complementary color
Monochromatic Colors of #B5BC5A
Black with #B5BC5A
Text Example
Text Example
White with #B5BC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC5A; }
p { color: rgb(181,188,90); }
H1.HeaderClassName
{
color: #B5BC5A;
}
.AnyTagClassName
{
color: #B5BC5A;
}
</style>
background-color css
<style>
a { background-color: #B5BC5A; }
a { background-color: rgb(181,188,90); }
div.DivClassName
{
background-color: #B5BC5A;
}
.BgClassName
{
background-color: #B5BC5A;
}
</style>
border-color css
<style>
span { border-color: #B5BC5A; }
span { border-color: rgb(181,188,90); }
td.TdClassName
{
border-color: #B5BC5A;
}
.TagClassName
{
border-color: #B5BC5A;
}
</style>