Shades of Olive Green #C3BA5A
Tints of Olive Green #C3BA5A
RGB
CMYK
RGB Variations
Color information
#C3BA5A (or 0xC3BA5A) is known color: Olive Green. HEX triplet: C3, BA and 5A. RGB value is (195,186,90). Sum of RGB (Red+Green+Blue) = 195+186+90=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA5A is #3C45A5. Grayscale: #B2B2B2. Windows color (decimal): -3949990 or 5946051. OLE color: 5946051.
HSL color Cylindrical-coordinate representation of color #C3BA5A: hue angle of 54.86º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3BA5A is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 90 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.24 |
| HSL | 54.86º | 0.47% | 0.56% | - |
| HSV(B) | 54.86º | 0.54% | 0.76% | - |
| XYZ | 41.91 | 47.46 | 16.62 | - |
| YUV | 177.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 90 | 0 | 0.05 | 0.54 | 0.24 | 54.86 | 0.47 | 0.56 |
| Hex | C3 | BA | 5A | 0 | 5 | 36 | 18 | 37 | 2F | 38 |
| Octal | 303 | 272 | 132 | 0 | 5 | 66 | 30 | 67 | 57 | 70 |
| Binary | 11000011 | 10111010 | 1011010 | 0 | 101 | 110110 | 11000 | 110111 | 101111 | 111000 |
Color Harmonies of #C3BA5A
Complementary color
Monochromatic Colors of #C3BA5A
Black with #C3BA5A
Text Example
Text Example
White with #C3BA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA5A; }
p { color: rgb(195,186,90); }
H1.HeaderClassName
{
color: #C3BA5A;
}
.AnyTagClassName
{
color: #C3BA5A;
}
</style>
background-color css
<style>
a { background-color: #C3BA5A; }
a { background-color: rgb(195,186,90); }
div.DivClassName
{
background-color: #C3BA5A;
}
.BgClassName
{
background-color: #C3BA5A;
}
</style>
border-color css
<style>
span { border-color: #C3BA5A; }
span { border-color: rgb(195,186,90); }
td.TdClassName
{
border-color: #C3BA5A;
}
.TagClassName
{
border-color: #C3BA5A;
}
</style>