Shades of Olive Green #C1BC52
Tints of Olive Green #C1BC52
RGB
CMYK
RGB Variations
Color information
#C1BC52 (or 0xC1BC52) is known color: Olive Green. HEX triplet: C1, BC and 52. RGB value is (193,188,82). Sum of RGB (Red+Green+Blue) = 193+188+82=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 82 (32.42% from 255 or 17.71% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC52 is #3E43AD. Grayscale: #B1B1B1. Windows color (decimal): -4080558 or 5422273. OLE color: 5422273.
HSL color Cylindrical-coordinate representation of color #C1BC52: hue angle of 57.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1BC52 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 82 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.24 |
| HSL | 57.3º | 0.47% | 0.54% | - |
| HSV(B) | 57.3º | 0.58% | 0.76% | - |
| XYZ | 41.5 | 47.91 | 15.04 | - |
| YUV | 177.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 82 | 0 | 0.03 | 0.58 | 0.24 | 57.3 | 0.47 | 0.54 |
| Hex | C1 | BC | 52 | 0 | 3 | 3A | 18 | 39 | 2F | 36 |
| Octal | 301 | 274 | 122 | 0 | 3 | 72 | 30 | 71 | 57 | 66 |
| Binary | 11000001 | 10111100 | 1010010 | 0 | 11 | 111010 | 11000 | 111001 | 101111 | 110110 |
Color Harmonies of #C1BC52
Complementary color
Monochromatic Colors of #C1BC52
Black with #C1BC52
Text Example
Text Example
White with #C1BC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BC52; }
p { color: rgb(193,188,82); }
H1.HeaderClassName
{
color: #C1BC52;
}
.AnyTagClassName
{
color: #C1BC52;
}
</style>
background-color css
<style>
a { background-color: #C1BC52; }
a { background-color: rgb(193,188,82); }
div.DivClassName
{
background-color: #C1BC52;
}
.BgClassName
{
background-color: #C1BC52;
}
</style>
border-color css
<style>
span { border-color: #C1BC52; }
span { border-color: rgb(193,188,82); }
td.TdClassName
{
border-color: #C1BC52;
}
.TagClassName
{
border-color: #C1BC52;
}
</style>