Shades of Olive Green #BCB755
Tints of Olive Green #BCB755
RGB
CMYK
RGB Variations
Color information
#BCB755 (or 0xBCB755) is known color: Olive Green. HEX triplet: BC, B7 and 55. RGB value is (188,183,85). Sum of RGB (Red+Green+Blue) = 188+183+85=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB755 is #4348AA. Grayscale: #ADADAD. Windows color (decimal): -4409515 or 5617596. OLE color: 5617596.
HSL color Cylindrical-coordinate representation of color #BCB755: hue angle of 57.09º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCB755 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 85 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.26 |
| HSL | 57.09º | 0.43% | 0.54% | - |
| HSV(B) | 57.09º | 0.55% | 0.74% | - |
| XYZ | 39.31 | 45.21 | 15.25 | - |
| YUV | 173.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 85 | 0 | 0.03 | 0.55 | 0.26 | 57.09 | 0.43 | 0.54 |
| Hex | BC | B7 | 55 | 0 | 3 | 37 | 1A | 39 | 2B | 36 |
| Octal | 274 | 267 | 125 | 0 | 3 | 67 | 32 | 71 | 53 | 66 |
| Binary | 10111100 | 10110111 | 1010101 | 0 | 11 | 110111 | 11010 | 111001 | 101011 | 110110 |
Color Harmonies of #BCB755
Complementary color
Monochromatic Colors of #BCB755
Black with #BCB755
Text Example
Text Example
White with #BCB755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB755; }
p { color: rgb(188,183,85); }
H1.HeaderClassName
{
color: #BCB755;
}
.AnyTagClassName
{
color: #BCB755;
}
</style>
background-color css
<style>
a { background-color: #BCB755; }
a { background-color: rgb(188,183,85); }
div.DivClassName
{
background-color: #BCB755;
}
.BgClassName
{
background-color: #BCB755;
}
</style>
border-color css
<style>
span { border-color: #BCB755; }
span { border-color: rgb(188,183,85); }
td.TdClassName
{
border-color: #BCB755;
}
.TagClassName
{
border-color: #BCB755;
}
</style>