Shades of Olive Green #C1BD5B
Tints of Olive Green #C1BD5B
RGB
CMYK
RGB Variations
Color information
#C1BD5B (or 0xC1BD5B) is known color: Olive Green. HEX triplet: C1, BD and 5B. RGB value is (193,189,91). Sum of RGB (Red+Green+Blue) = 193+189+91=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BD5B is #3E42A4. Grayscale: #B3B3B3. Windows color (decimal): -4080293 or 6012353. OLE color: 6012353.
HSL color Cylindrical-coordinate representation of color #C1BD5B: hue angle of 57.65º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1BD5B is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 91 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.24 |
| HSL | 57.65º | 0.45% | 0.56% | - |
| HSV(B) | 57.65º | 0.53% | 0.76% | - |
| XYZ | 42.08 | 48.49 | 17.04 | - |
| YUV | 179.02 | 78.33 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 91 | 0 | 0.02 | 0.53 | 0.24 | 57.65 | 0.45 | 0.56 |
| Hex | C1 | BD | 5B | 0 | 2 | 35 | 18 | 3A | 2D | 38 |
| Octal | 301 | 275 | 133 | 0 | 2 | 65 | 30 | 72 | 55 | 70 |
| Binary | 11000001 | 10111101 | 1011011 | 0 | 10 | 110101 | 11000 | 111010 | 101101 | 111000 |
Color Harmonies of #C1BD5B
Complementary color
Monochromatic Colors of #C1BD5B
Black with #C1BD5B
Text Example
Text Example
White with #C1BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD5B; }
p { color: rgb(193,189,91); }
H1.HeaderClassName
{
color: #C1BD5B;
}
.AnyTagClassName
{
color: #C1BD5B;
}
</style>
background-color css
<style>
a { background-color: #C1BD5B; }
a { background-color: rgb(193,189,91); }
div.DivClassName
{
background-color: #C1BD5B;
}
.BgClassName
{
background-color: #C1BD5B;
}
</style>
border-color css
<style>
span { border-color: #C1BD5B; }
span { border-color: rgb(193,189,91); }
td.TdClassName
{
border-color: #C1BD5B;
}
.TagClassName
{
border-color: #C1BD5B;
}
</style>