Shades of Olive Green #BCBA5B
Tints of Olive Green #BCBA5B
RGB
CMYK
RGB Variations
Color information
#BCBA5B (or 0xBCBA5B) is known color: Olive Green. HEX triplet: BC, BA and 5B. RGB value is (188,186,91). Sum of RGB (Red+Green+Blue) = 188+186+91=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBA5B is #4345A4. Grayscale: #B0B0B0. Windows color (decimal): -4408741 or 6011580. OLE color: 6011580.
HSL color Cylindrical-coordinate representation of color #BCBA5B: hue angle of 58.76º 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 #BCBA5B is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 186 | 91 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.26 |
| HSL | 58.76º | 0.42% | 0.55% | - |
| HSV(B) | 58.76º | 0.52% | 0.74% | - |
| XYZ | 40.19 | 46.56 | 16.77 | - |
| YUV | 175.77 | 80.16 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 186 | 91 | 0 | 0.01 | 0.52 | 0.26 | 58.76 | 0.42 | 0.55 |
| Hex | BC | BA | 5B | 0 | 1 | 34 | 1A | 3B | 2A | 37 |
| Octal | 274 | 272 | 133 | 0 | 1 | 64 | 32 | 73 | 52 | 67 |
| Binary | 10111100 | 10111010 | 1011011 | 0 | 1 | 110100 | 11010 | 111011 | 101010 | 110111 |
Color Harmonies of #BCBA5B
Complementary color
Monochromatic Colors of #BCBA5B
Black with #BCBA5B
Text Example
Text Example
White with #BCBA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBA5B; }
p { color: rgb(188,186,91); }
H1.HeaderClassName
{
color: #BCBA5B;
}
.AnyTagClassName
{
color: #BCBA5B;
}
</style>
background-color css
<style>
a { background-color: #BCBA5B; }
a { background-color: rgb(188,186,91); }
div.DivClassName
{
background-color: #BCBA5B;
}
.BgClassName
{
background-color: #BCBA5B;
}
</style>
border-color css
<style>
span { border-color: #BCBA5B; }
span { border-color: rgb(188,186,91); }
td.TdClassName
{
border-color: #BCBA5B;
}
.TagClassName
{
border-color: #BCBA5B;
}
</style>