Shades of Olive Green #BCB758
Tints of Olive Green #BCB758
RGB
CMYK
RGB Variations
Color information
#BCB758 (or 0xBCB758) is known color: Olive Green. HEX triplet: BC, B7 and 58. RGB value is (188,183,88). Sum of RGB (Red+Green+Blue) = 188+183+88=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB758 is #4348A7. Grayscale: #AEAEAE. Windows color (decimal): -4409512 or 5814204. OLE color: 5814204.
HSL color Cylindrical-coordinate representation of color #BCB758: hue angle of 57º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCB758 is Cyan = 0, Magento = 0.03, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 88 | - |
| CMYK | 0 | 0.03 | 0.53 | 0.26 |
| HSL | 57º | 0.43% | 0.54% | - |
| HSV(B) | 57º | 0.53% | 0.74% | - |
| XYZ | 39.43 | 45.26 | 15.89 | - |
| YUV | 173.67 | 79.66 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 88 | 0 | 0.03 | 0.53 | 0.26 | 57 | 0.43 | 0.54 |
| Hex | BC | B7 | 58 | 0 | 3 | 35 | 1A | 39 | 2B | 36 |
| Octal | 274 | 267 | 130 | 0 | 3 | 65 | 32 | 71 | 53 | 66 |
| Binary | 10111100 | 10110111 | 1011000 | 0 | 11 | 110101 | 11010 | 111001 | 101011 | 110110 |
Color Harmonies of #BCB758
Complementary color
Monochromatic Colors of #BCB758
Black with #BCB758
Text Example
Text Example
White with #BCB758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB758; }
p { color: rgb(188,183,88); }
H1.HeaderClassName
{
color: #BCB758;
}
.AnyTagClassName
{
color: #BCB758;
}
</style>
background-color css
<style>
a { background-color: #BCB758; }
a { background-color: rgb(188,183,88); }
div.DivClassName
{
background-color: #BCB758;
}
.BgClassName
{
background-color: #BCB758;
}
</style>
border-color css
<style>
span { border-color: #BCB758; }
span { border-color: rgb(188,183,88); }
td.TdClassName
{
border-color: #BCB758;
}
.TagClassName
{
border-color: #BCB758;
}
</style>