Shades of Olive Green #BCBD5C
Tints of Olive Green #BCBD5C
RGB
CMYK
RGB Variations
Color information
#BCBD5C (or 0xBCBD5C) is known color: Olive Green. HEX triplet: BC, BD and 5C. RGB value is (188,189,92). Sum of RGB (Red+Green+Blue) = 188+189+92=469 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40.09% from 469); Green value is 189 (74.22% from 255 or 40.30% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 189 - color contains mainly: green. Hex color #BCBD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBD5C is #4342A3. Grayscale: #B2B2B2. Windows color (decimal): -4407972 or 6077884. OLE color: 6077884.
HSL color Cylindrical-coordinate representation of color #BCBD5C: hue angle of 60.62º 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 #BCBD5C is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 189 | 92 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.26 |
| HSL | 60.62º | 0.42% | 0.55% | - |
| HSV(B) | 60.62º | 0.51% | 0.74% | - |
| XYZ | 40.87 | 47.86 | 17.21 | - |
| YUV | 177.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 92 | 0.01 | 0 | 0.51 | 0.26 | 60.62 | 0.42 | 0.55 |
| Hex | BC | BD | 5C | 1 | 0 | 33 | 1A | 3D | 2A | 37 |
| Octal | 274 | 275 | 134 | 1 | 0 | 63 | 32 | 75 | 52 | 67 |
| Binary | 10111100 | 10111101 | 1011100 | 1 | 0 | 110011 | 11010 | 111101 | 101010 | 110111 |
Color Harmonies of #BCBD5C
Complementary color
Monochromatic Colors of #BCBD5C
Black with #BCBD5C
Text Example
Text Example
White with #BCBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBD5C; }
p { color: rgb(188,189,92); }
H1.HeaderClassName
{
color: #BCBD5C;
}
.AnyTagClassName
{
color: #BCBD5C;
}
</style>
background-color css
<style>
a { background-color: #BCBD5C; }
a { background-color: rgb(188,189,92); }
div.DivClassName
{
background-color: #BCBD5C;
}
.BgClassName
{
background-color: #BCBD5C;
}
</style>
border-color css
<style>
span { border-color: #BCBD5C; }
span { border-color: rgb(188,189,92); }
td.TdClassName
{
border-color: #BCBD5C;
}
.TagClassName
{
border-color: #BCBD5C;
}
</style>