Shades of Olive Green #C1B955
Tints of Olive Green #C1B955
RGB
CMYK
RGB Variations
Color information
#C1B955 (or 0xC1B955) is known color: Olive Green. HEX triplet: C1, B9 and 55. RGB value is (193,185,85). Sum of RGB (Red+Green+Blue) = 193+185+85=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 185 (72.66% from 255 or 39.96% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B955 is #3E46AA. Grayscale: #B0B0B0. Windows color (decimal): -4081323 or 5618113. OLE color: 5618113.
HSL color Cylindrical-coordinate representation of color #C1B955: hue angle of 55.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1B955 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 85 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.24 |
| HSL | 55.56º | 0.47% | 0.55% | - |
| HSV(B) | 55.56º | 0.56% | 0.76% | - |
| XYZ | 40.98 | 46.69 | 15.45 | - |
| YUV | 175.99 | 76.65 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 85 | 0 | 0.04 | 0.56 | 0.24 | 55.56 | 0.47 | 0.55 |
| Hex | C1 | B9 | 55 | 0 | 4 | 38 | 18 | 38 | 2F | 37 |
| Octal | 301 | 271 | 125 | 0 | 4 | 70 | 30 | 70 | 57 | 67 |
| Binary | 11000001 | 10111001 | 1010101 | 0 | 100 | 111000 | 11000 | 111000 | 101111 | 110111 |
Color Harmonies of #C1B955
Complementary color
Monochromatic Colors of #C1B955
Black with #C1B955
Text Example
Text Example
White with #C1B955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B955; }
p { color: rgb(193,185,85); }
H1.HeaderClassName
{
color: #C1B955;
}
.AnyTagClassName
{
color: #C1B955;
}
</style>
background-color css
<style>
a { background-color: #C1B955; }
a { background-color: rgb(193,185,85); }
div.DivClassName
{
background-color: #C1B955;
}
.BgClassName
{
background-color: #C1B955;
}
</style>
border-color css
<style>
span { border-color: #C1B955; }
span { border-color: rgb(193,185,85); }
td.TdClassName
{
border-color: #C1B955;
}
.TagClassName
{
border-color: #C1B955;
}
</style>