Shades of Olive Green #B5BC5C
Tints of Olive Green #B5BC5C
RGB
CMYK
RGB Variations
Color information
#B5BC5C (or 0xB5BC5C) is known color: Olive Green. HEX triplet: B5, BC and 5C. RGB value is (181,188,92). Sum of RGB (Red+Green+Blue) = 181+188+92=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC5C is #4A43A3. Grayscale: #AFAFAF. Windows color (decimal): -4866980 or 6077621. OLE color: 6077621.
HSL color Cylindrical-coordinate representation of color #B5BC5C: hue angle of 64.38º 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 #B5BC5C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 92 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.26 |
| HSL | 64.38º | 0.42% | 0.55% | - |
| HSV(B) | 64.38º | 0.51% | 0.74% | - |
| XYZ | 38.97 | 46.56 | 17.06 | - |
| YUV | 174.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 92 | 0.04 | 0 | 0.51 | 0.26 | 64.38 | 0.42 | 0.55 |
| Hex | B5 | BC | 5C | 4 | 0 | 33 | 1A | 40 | 2A | 37 |
| Octal | 265 | 274 | 134 | 4 | 0 | 63 | 32 | 100 | 52 | 67 |
| Binary | 10110101 | 10111100 | 1011100 | 100 | 0 | 110011 | 11010 | 1000000 | 101010 | 110111 |
Color Harmonies of #B5BC5C
Complementary color
Monochromatic Colors of #B5BC5C
Black with #B5BC5C
Text Example
Text Example
White with #B5BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC5C; }
p { color: rgb(181,188,92); }
H1.HeaderClassName
{
color: #B5BC5C;
}
.AnyTagClassName
{
color: #B5BC5C;
}
</style>
background-color css
<style>
a { background-color: #B5BC5C; }
a { background-color: rgb(181,188,92); }
div.DivClassName
{
background-color: #B5BC5C;
}
.BgClassName
{
background-color: #B5BC5C;
}
</style>
border-color css
<style>
span { border-color: #B5BC5C; }
span { border-color: rgb(181,188,92); }
td.TdClassName
{
border-color: #B5BC5C;
}
.TagClassName
{
border-color: #B5BC5C;
}
</style>