Shades of Olive Green #C1B758
Tints of Olive Green #C1B758
RGB
CMYK
RGB Variations
Color information
#C1B758 (or 0xC1B758) is known color: Olive Green. HEX triplet: C1, B7 and 58. RGB value is (193,183,88). Sum of RGB (Red+Green+Blue) = 193+183+88=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B758 is #3E48A7. Grayscale: #AFAFAF. Windows color (decimal): -4081832 or 5814209. OLE color: 5814209.
HSL color Cylindrical-coordinate representation of color #C1B758: hue angle of 54.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1B758 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 88 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.29º | 0.46% | 0.55% | - |
| HSV(B) | 54.29º | 0.54% | 0.76% | - |
| XYZ | 40.69 | 45.91 | 15.95 | - |
| YUV | 175.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 88 | 0 | 0.05 | 0.54 | 0.24 | 54.29 | 0.46 | 0.55 |
| Hex | C1 | B7 | 58 | 0 | 5 | 36 | 18 | 36 | 2E | 37 |
| Octal | 301 | 267 | 130 | 0 | 5 | 66 | 30 | 66 | 56 | 67 |
| Binary | 11000001 | 10110111 | 1011000 | 0 | 101 | 110110 | 11000 | 110110 | 101110 | 110111 |
Color Harmonies of #C1B758
Complementary color
Monochromatic Colors of #C1B758
Black with #C1B758
Text Example
Text Example
White with #C1B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B758; }
p { color: rgb(193,183,88); }
H1.HeaderClassName
{
color: #C1B758;
}
.AnyTagClassName
{
color: #C1B758;
}
</style>
background-color css
<style>
a { background-color: #C1B758; }
a { background-color: rgb(193,183,88); }
div.DivClassName
{
background-color: #C1B758;
}
.BgClassName
{
background-color: #C1B758;
}
</style>
border-color css
<style>
span { border-color: #C1B758; }
span { border-color: rgb(193,183,88); }
td.TdClassName
{
border-color: #C1B758;
}
.TagClassName
{
border-color: #C1B758;
}
</style>