Shades of Olive Green #BCBD5D
Tints of Olive Green #BCBD5D
RGB
CMYK
RGB Variations
Color information
#BCBD5D (or 0xBCBD5D) is known color: Olive Green. HEX triplet: BC, BD and 5D. RGB value is (188,189,93). Sum of RGB (Red+Green+Blue) = 188+189+93=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5D is #4342A2. Grayscale: #B2B2B2. Windows color (decimal): -4407971 or 6143420. OLE color: 6143420.
HSL color Cylindrical-coordinate representation of color #BCBD5D: hue angle of 60.63º 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 #BCBD5D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 93 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.26 |
| HSL | 60.63º | 0.42% | 0.55% | - |
| HSV(B) | 60.63º | 0.51% | 0.74% | - |
| XYZ | 40.91 | 47.88 | 17.44 | - |
| YUV | 177.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 93 | 0.01 | 0 | 0.51 | 0.26 | 60.63 | 0.42 | 0.55 |
| Hex | BC | BD | 5D | 1 | 0 | 33 | 1A | 3D | 2A | 37 |
| Octal | 274 | 275 | 135 | 1 | 0 | 63 | 32 | 75 | 52 | 67 |
| Binary | 10111100 | 10111101 | 1011101 | 1 | 0 | 110011 | 11010 | 111101 | 101010 | 110111 |
Color Harmonies of #BCBD5D
Complementary color
Monochromatic Colors of #BCBD5D
Black with #BCBD5D
Text Example
Text Example
White with #BCBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD5D; }
p { color: rgb(188,189,93); }
H1.HeaderClassName
{
color: #BCBD5D;
}
.AnyTagClassName
{
color: #BCBD5D;
}
</style>
background-color css
<style>
a { background-color: #BCBD5D; }
a { background-color: rgb(188,189,93); }
div.DivClassName
{
background-color: #BCBD5D;
}
.BgClassName
{
background-color: #BCBD5D;
}
</style>
border-color css
<style>
span { border-color: #BCBD5D; }
span { border-color: rgb(188,189,93); }
td.TdClassName
{
border-color: #BCBD5D;
}
.TagClassName
{
border-color: #BCBD5D;
}
</style>