Shades of Olive Green #C1BC56
Tints of Olive Green #C1BC56
RGB
CMYK
RGB Variations
Color information
#C1BC56 (or 0xC1BC56) is known color: Olive Green. HEX triplet: C1, BC and 56. RGB value is (193,188,86). Sum of RGB (Red+Green+Blue) = 193+188+86=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC56 is #3E43A9. Grayscale: #B2B2B2. Windows color (decimal): -4080554 or 5684417. OLE color: 5684417.
HSL color Cylindrical-coordinate representation of color #C1BC56: hue angle of 57.2º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1BC56 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 86 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.24 |
| HSL | 57.2º | 0.46% | 0.55% | - |
| HSV(B) | 57.2º | 0.55% | 0.76% | - |
| XYZ | 41.66 | 47.98 | 15.87 | - |
| YUV | 177.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 86 | 0 | 0.03 | 0.55 | 0.24 | 57.2 | 0.46 | 0.55 |
| Hex | C1 | BC | 56 | 0 | 3 | 37 | 18 | 39 | 2E | 37 |
| Octal | 301 | 274 | 126 | 0 | 3 | 67 | 30 | 71 | 56 | 67 |
| Binary | 11000001 | 10111100 | 1010110 | 0 | 11 | 110111 | 11000 | 111001 | 101110 | 110111 |
Color Harmonies of #C1BC56
Complementary color
Monochromatic Colors of #C1BC56
Black with #C1BC56
Text Example
Text Example
White with #C1BC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC56; }
p { color: rgb(193,188,86); }
H1.HeaderClassName
{
color: #C1BC56;
}
.AnyTagClassName
{
color: #C1BC56;
}
</style>
background-color css
<style>
a { background-color: #C1BC56; }
a { background-color: rgb(193,188,86); }
div.DivClassName
{
background-color: #C1BC56;
}
.BgClassName
{
background-color: #C1BC56;
}
</style>
border-color css
<style>
span { border-color: #C1BC56; }
span { border-color: rgb(193,188,86); }
td.TdClassName
{
border-color: #C1BC56;
}
.TagClassName
{
border-color: #C1BC56;
}
</style>