Shades of Olive Green #C1B858
Tints of Olive Green #C1B858
RGB
CMYK
RGB Variations
Color information
#C1B858 (or 0xC1B858) is known color: Olive Green. HEX triplet: C1, B8 and 58. RGB value is (193,184,88). Sum of RGB (Red+Green+Blue) = 193+184+88=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B858 is #3E47A7. Grayscale: #B0B0B0. Windows color (decimal): -4081576 or 5814465. OLE color: 5814465.
HSL color Cylindrical-coordinate representation of color #C1B858: hue angle of 54.86º 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 #C1B858 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 184 | 88 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.86º | 0.46% | 0.55% | - |
| HSV(B) | 54.86º | 0.54% | 0.76% | - |
| XYZ | 40.89 | 46.32 | 16.02 | - |
| YUV | 175.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 184 | 88 | 0 | 0.05 | 0.54 | 0.24 | 54.86 | 0.46 | 0.55 |
| Hex | C1 | B8 | 58 | 0 | 5 | 36 | 18 | 37 | 2E | 37 |
| Octal | 301 | 270 | 130 | 0 | 5 | 66 | 30 | 67 | 56 | 67 |
| Binary | 11000001 | 10111000 | 1011000 | 0 | 101 | 110110 | 11000 | 110111 | 101110 | 110111 |
Color Harmonies of #C1B858
Complementary color
Monochromatic Colors of #C1B858
Black with #C1B858
Text Example
Text Example
White with #C1B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B858; }
p { color: rgb(193,184,88); }
H1.HeaderClassName
{
color: #C1B858;
}
.AnyTagClassName
{
color: #C1B858;
}
</style>
background-color css
<style>
a { background-color: #C1B858; }
a { background-color: rgb(193,184,88); }
div.DivClassName
{
background-color: #C1B858;
}
.BgClassName
{
background-color: #C1B858;
}
</style>
border-color css
<style>
span { border-color: #C1B858; }
span { border-color: rgb(193,184,88); }
td.TdClassName
{
border-color: #C1B858;
}
.TagClassName
{
border-color: #C1B858;
}
</style>