Shades of Olive Green #BCBE5D
Tints of Olive Green #BCBE5D
RGB
CMYK
RGB Variations
Color information
#BCBE5D (or 0xBCBE5D) is known color: Olive Green. HEX triplet: BC, BE and 5D. RGB value is (188,190,93). Sum of RGB (Red+Green+Blue) = 188+190+93=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE5D is #4341A2. Grayscale: #B2B2B2. Windows color (decimal): -4407715 or 6143676. OLE color: 6143676.
HSL color Cylindrical-coordinate representation of color #BCBE5D: hue angle of 61.24º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBE5D is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 93 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.25 |
| HSL | 61.24º | 0.43% | 0.55% | - |
| HSV(B) | 61.24º | 0.51% | 0.75% | - |
| XYZ | 41.13 | 48.31 | 17.51 | - |
| YUV | 178.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 93 | 0.01 | 0 | 0.51 | 0.25 | 61.24 | 0.43 | 0.55 |
| Hex | BC | BE | 5D | 1 | 0 | 33 | 19 | 3D | 2B | 37 |
| Octal | 274 | 276 | 135 | 1 | 0 | 63 | 31 | 75 | 53 | 67 |
| Binary | 10111100 | 10111110 | 1011101 | 1 | 0 | 110011 | 11001 | 111101 | 101011 | 110111 |
Color Harmonies of #BCBE5D
Complementary color
Monochromatic Colors of #BCBE5D
Black with #BCBE5D
Text Example
Text Example
White with #BCBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE5D; }
p { color: rgb(188,190,93); }
H1.HeaderClassName
{
color: #BCBE5D;
}
.AnyTagClassName
{
color: #BCBE5D;
}
</style>
background-color css
<style>
a { background-color: #BCBE5D; }
a { background-color: rgb(188,190,93); }
div.DivClassName
{
background-color: #BCBE5D;
}
.BgClassName
{
background-color: #BCBE5D;
}
</style>
border-color css
<style>
span { border-color: #BCBE5D; }
span { border-color: rgb(188,190,93); }
td.TdClassName
{
border-color: #BCBE5D;
}
.TagClassName
{
border-color: #BCBE5D;
}
</style>