Shades of Olive Green #BCBE5C
Tints of Olive Green #BCBE5C
RGB
CMYK
RGB Variations
Color information
#BCBE5C (or 0xBCBE5C) is known color: Olive Green. HEX triplet: BC, BE and 5C. RGB value is (188,190,92). Sum of RGB (Red+Green+Blue) = 188+190+92=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 92 (36.33% from 255 or 19.57% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBE5C is #4341A3. Grayscale: #B2B2B2. Windows color (decimal): -4407716 or 6078140. OLE color: 6078140.
HSL color Cylindrical-coordinate representation of color #BCBE5C: hue angle of 61.22º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BCBE5C is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 190 | 92 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.25 |
| HSL | 61.22º | 0.43% | 0.55% | - |
| HSV(B) | 61.22º | 0.52% | 0.75% | - |
| XYZ | 41.08 | 48.29 | 17.28 | - |
| YUV | 178.23 | 79.34 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 92 | 0.01 | 0 | 0.52 | 0.25 | 61.22 | 0.43 | 0.55 |
| Hex | BC | BE | 5C | 1 | 0 | 34 | 19 | 3D | 2B | 37 |
| Octal | 274 | 276 | 134 | 1 | 0 | 64 | 31 | 75 | 53 | 67 |
| Binary | 10111100 | 10111110 | 1011100 | 1 | 0 | 110100 | 11001 | 111101 | 101011 | 110111 |
Color Harmonies of #BCBE5C
Complementary color
Monochromatic Colors of #BCBE5C
Black with #BCBE5C
Text Example
Text Example
White with #BCBE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBE5C; }
p { color: rgb(188,190,92); }
H1.HeaderClassName
{
color: #BCBE5C;
}
.AnyTagClassName
{
color: #BCBE5C;
}
</style>
background-color css
<style>
a { background-color: #BCBE5C; }
a { background-color: rgb(188,190,92); }
div.DivClassName
{
background-color: #BCBE5C;
}
.BgClassName
{
background-color: #BCBE5C;
}
</style>
border-color css
<style>
span { border-color: #BCBE5C; }
span { border-color: rgb(188,190,92); }
td.TdClassName
{
border-color: #BCBE5C;
}
.TagClassName
{
border-color: #BCBE5C;
}
</style>