Shades of Olive Green #C1BF58
Tints of Olive Green #C1BF58
RGB
CMYK
RGB Variations
Color information
#C1BF58 (or 0xC1BF58) is known color: Olive Green. HEX triplet: C1, BF and 58. RGB value is (193,191,88). Sum of RGB (Red+Green+Blue) = 193+191+88=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BF58 is #3E40A7. Grayscale: #B4B4B4. Windows color (decimal): -4079784 or 5816257. OLE color: 5816257.
HSL color Cylindrical-coordinate representation of color #C1BF58: hue angle of 58.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 #C1BF58 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 88 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.24 |
| HSL | 58.86º | 0.46% | 0.55% | - |
| HSV(B) | 58.86º | 0.54% | 0.76% | - |
| XYZ | 42.38 | 49.3 | 16.52 | - |
| YUV | 179.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 88 | 0 | 0.01 | 0.54 | 0.24 | 58.86 | 0.46 | 0.55 |
| Hex | C1 | BF | 58 | 0 | 1 | 36 | 18 | 3B | 2E | 37 |
| Octal | 301 | 277 | 130 | 0 | 1 | 66 | 30 | 73 | 56 | 67 |
| Binary | 11000001 | 10111111 | 1011000 | 0 | 1 | 110110 | 11000 | 111011 | 101110 | 110111 |
Color Harmonies of #C1BF58
Complementary color
Monochromatic Colors of #C1BF58
Black with #C1BF58
Text Example
Text Example
White with #C1BF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF58; }
p { color: rgb(193,191,88); }
H1.HeaderClassName
{
color: #C1BF58;
}
.AnyTagClassName
{
color: #C1BF58;
}
</style>
background-color css
<style>
a { background-color: #C1BF58; }
a { background-color: rgb(193,191,88); }
div.DivClassName
{
background-color: #C1BF58;
}
.BgClassName
{
background-color: #C1BF58;
}
</style>
border-color css
<style>
span { border-color: #C1BF58; }
span { border-color: rgb(193,191,88); }
td.TdClassName
{
border-color: #C1BF58;
}
.TagClassName
{
border-color: #C1BF58;
}
</style>