Shades of Olive Green #BCB957
Tints of Olive Green #BCB957
RGB
CMYK
RGB Variations
Color information
#BCB957 (or 0xBCB957) is known color: Olive Green. HEX triplet: BC, B9 and 57. RGB value is (188,185,87). Sum of RGB (Red+Green+Blue) = 188+185+87=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB957 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB957 is #4346A8. Grayscale: #AFAFAF. Windows color (decimal): -4409001 or 5749180. OLE color: 5749180.
HSL color Cylindrical-coordinate representation of color #BCB957: hue angle of 58.22º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCB957 is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 185 | 87 | - |
| CMYK | 0 | 0.02 | 0.54 | 0.26 |
| HSL | 58.22º | 0.43% | 0.54% | - |
| HSV(B) | 58.22º | 0.54% | 0.74% | - |
| XYZ | 39.81 | 46.08 | 15.81 | - |
| YUV | 174.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 87 | 0 | 0.02 | 0.54 | 0.26 | 58.22 | 0.43 | 0.54 |
| Hex | BC | B9 | 57 | 0 | 2 | 36 | 1A | 3A | 2B | 36 |
| Octal | 274 | 271 | 127 | 0 | 2 | 66 | 32 | 72 | 53 | 66 |
| Binary | 10111100 | 10111001 | 1010111 | 0 | 10 | 110110 | 11010 | 111010 | 101011 | 110110 |
Color Harmonies of #BCB957
Complementary color
Monochromatic Colors of #BCB957
Black with #BCB957
Text Example
Text Example
White with #BCB957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB957; }
p { color: rgb(188,185,87); }
H1.HeaderClassName
{
color: #BCB957;
}
.AnyTagClassName
{
color: #BCB957;
}
</style>
background-color css
<style>
a { background-color: #BCB957; }
a { background-color: rgb(188,185,87); }
div.DivClassName
{
background-color: #BCB957;
}
.BgClassName
{
background-color: #BCB957;
}
</style>
border-color css
<style>
span { border-color: #BCB957; }
span { border-color: rgb(188,185,87); }
td.TdClassName
{
border-color: #BCB957;
}
.TagClassName
{
border-color: #BCB957;
}
</style>