Shades of Olive Green #BCBE5E
Tints of Olive Green #BCBE5E
RGB
CMYK
RGB Variations
Color information
#BCBE5E (or 0xBCBE5E) is known color: Olive Green. HEX triplet: BC, BE and 5E. RGB value is (188,190,94). Sum of RGB (Red+Green+Blue) = 188+190+94=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE5E is #4341A1. Grayscale: #B2B2B2. Windows color (decimal): -4407714 or 6209212. OLE color: 6209212.
HSL color Cylindrical-coordinate representation of color #BCBE5E: hue angle of 61.25º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBE5E is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 188 | 190 | 94 | - |
CMYK | 0.01 | 0 | 0.51 | 0.25 |
HSL | 61.25º | 0.42% | 0.56% | - |
HSV(B) | 61.25º | 0.51% | 0.75% | - |
XYZ | 41.17 | 48.33 | 17.75 | - |
YUV | 178.46 | 80.34 | 134.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 190 | 94 | 0.01 | 0 | 0.51 | 0.25 | 61.25 | 0.42 | 0.56 |
Hex | BC | BE | 5E | 1 | 0 | 33 | 19 | 3D | 2A | 38 |
Octal | 274 | 276 | 136 | 1 | 0 | 63 | 31 | 75 | 52 | 70 |
Binary | 10111100 | 10111110 | 1011110 | 1 | 0 | 110011 | 11001 | 111101 | 101010 | 111000 |
Color Harmonies of #BCBE5E
Complementary color
Monochromatic Colors of #BCBE5E
Black with #BCBE5E
Text Example
Text Example
White with #BCBE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE5E; }
p { color: rgb(188,190,94); }
H1.HeaderClassName
{
color: #BCBE5E;
}
.AnyTagClassName
{
color: #BCBE5E;
}
</style>
background-color css
<style>
a { background-color: #BCBE5E; }
a { background-color: rgb(188,190,94); }
div.DivClassName
{
background-color: #BCBE5E;
}
.BgClassName
{
background-color: #BCBE5E;
}
</style>
border-color css
<style>
span { border-color: #BCBE5E; }
span { border-color: rgb(188,190,94); }
td.TdClassName
{
border-color: #BCBE5E;
}
.TagClassName
{
border-color: #BCBE5E;
}
</style>