Shades of Olive Green #B5BD5C
Tints of Olive Green #B5BD5C
RGB
CMYK
RGB Variations
Color information
#B5BD5C (or 0xB5BD5C) is known color: Olive Green. HEX triplet: B5, BD and 5C. RGB value is (181,189,92). Sum of RGB (Red+Green+Blue) = 181+189+92=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 92 (36.33% from 255 or 19.91% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD5C is #4A42A3. Grayscale: #AFAFAF. Windows color (decimal): -4866724 or 6077877. OLE color: 6077877.
HSL color Cylindrical-coordinate representation of color #B5BD5C: hue angle of 64.95º 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 #B5BD5C is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 92 | - |
| CMYK | 0.04 | 0 | 0.51 | 0.26 |
| HSL | 64.95º | 0.42% | 0.55% | - |
| HSV(B) | 64.95º | 0.51% | 0.74% | - |
| XYZ | 39.19 | 46.99 | 17.13 | - |
| YUV | 175.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 92 | 0.04 | 0 | 0.51 | 0.26 | 64.95 | 0.42 | 0.55 |
| Hex | B5 | BD | 5C | 4 | 0 | 33 | 1A | 41 | 2A | 37 |
| Octal | 265 | 275 | 134 | 4 | 0 | 63 | 32 | 101 | 52 | 67 |
| Binary | 10110101 | 10111101 | 1011100 | 100 | 0 | 110011 | 11010 | 1000001 | 101010 | 110111 |
Color Harmonies of #B5BD5C
Complementary color
Monochromatic Colors of #B5BD5C
Black with #B5BD5C
Text Example
Text Example
White with #B5BD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD5C; }
p { color: rgb(181,189,92); }
H1.HeaderClassName
{
color: #B5BD5C;
}
.AnyTagClassName
{
color: #B5BD5C;
}
</style>
background-color css
<style>
a { background-color: #B5BD5C; }
a { background-color: rgb(181,189,92); }
div.DivClassName
{
background-color: #B5BD5C;
}
.BgClassName
{
background-color: #B5BD5C;
}
</style>
border-color css
<style>
span { border-color: #B5BD5C; }
span { border-color: rgb(181,189,92); }
td.TdClassName
{
border-color: #B5BD5C;
}
.TagClassName
{
border-color: #B5BD5C;
}
</style>