Shades of Olive Green #C1BF59
Tints of Olive Green #C1BF59
RGB
CMYK
RGB Variations
Color information
#C1BF59 (or 0xC1BF59) is known color: Olive Green. HEX triplet: C1, BF and 59. RGB value is (193,191,89). Sum of RGB (Red+Green+Blue) = 193+191+89=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 191 (75% from 255 or 40.38% from 473); Blue value is 89 (35.16% from 255 or 18.82% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF59 is #3E40A6. Grayscale: #B4B4B4. Windows color (decimal): -4079783 or 5881793. OLE color: 5881793.
HSL color Cylindrical-coordinate representation of color #C1BF59: hue angle of 58.85º 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 #C1BF59 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 89 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.24 |
| HSL | 58.85º | 0.46% | 0.55% | - |
| HSV(B) | 58.85º | 0.54% | 0.76% | - |
| XYZ | 42.43 | 49.32 | 16.73 | - |
| YUV | 179.97 | 76.66 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 89 | 0 | 0.01 | 0.54 | 0.24 | 58.85 | 0.46 | 0.55 |
| Hex | C1 | BF | 59 | 0 | 1 | 36 | 18 | 3B | 2E | 37 |
| Octal | 301 | 277 | 131 | 0 | 1 | 66 | 30 | 73 | 56 | 67 |
| Binary | 11000001 | 10111111 | 1011001 | 0 | 1 | 110110 | 11000 | 111011 | 101110 | 110111 |
Color Harmonies of #C1BF59
Complementary color
Monochromatic Colors of #C1BF59
Black with #C1BF59
Text Example
Text Example
White with #C1BF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF59; }
p { color: rgb(193,191,89); }
H1.HeaderClassName
{
color: #C1BF59;
}
.AnyTagClassName
{
color: #C1BF59;
}
</style>
background-color css
<style>
a { background-color: #C1BF59; }
a { background-color: rgb(193,191,89); }
div.DivClassName
{
background-color: #C1BF59;
}
.BgClassName
{
background-color: #C1BF59;
}
</style>
border-color css
<style>
span { border-color: #C1BF59; }
span { border-color: rgb(193,191,89); }
td.TdClassName
{
border-color: #C1BF59;
}
.TagClassName
{
border-color: #C1BF59;
}
</style>