Shades of Olive Green #C3BA57
Tints of Olive Green #C3BA57
RGB
CMYK
RGB Variations
Color information
#C3BA57 (or 0xC3BA57) is known color: Olive Green. HEX triplet: C3, BA and 57. RGB value is (195,186,87). Sum of RGB (Red+Green+Blue) = 195+186+87=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA57 is #3C45A8. Grayscale: #B1B1B1. Windows color (decimal): -3949993 or 5749443. OLE color: 5749443.
HSL color Cylindrical-coordinate representation of color #C3BA57: hue angle of 55º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3BA57 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 87 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.24 |
| HSL | 55º | 0.47% | 0.55% | - |
| HSV(B) | 55º | 0.55% | 0.76% | - |
| XYZ | 41.78 | 47.41 | 15.97 | - |
| YUV | 177.41 | 76.98 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 87 | 0 | 0.05 | 0.55 | 0.24 | 55 | 0.47 | 0.55 |
| Hex | C3 | BA | 57 | 0 | 5 | 37 | 18 | 37 | 2F | 37 |
| Octal | 303 | 272 | 127 | 0 | 5 | 67 | 30 | 67 | 57 | 67 |
| Binary | 11000011 | 10111010 | 1010111 | 0 | 101 | 110111 | 11000 | 110111 | 101111 | 110111 |
Color Harmonies of #C3BA57
Complementary color
Monochromatic Colors of #C3BA57
Black with #C3BA57
Text Example
Text Example
White with #C3BA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA57; }
p { color: rgb(195,186,87); }
H1.HeaderClassName
{
color: #C3BA57;
}
.AnyTagClassName
{
color: #C3BA57;
}
</style>
background-color css
<style>
a { background-color: #C3BA57; }
a { background-color: rgb(195,186,87); }
div.DivClassName
{
background-color: #C3BA57;
}
.BgClassName
{
background-color: #C3BA57;
}
</style>
border-color css
<style>
span { border-color: #C3BA57; }
span { border-color: rgb(195,186,87); }
td.TdClassName
{
border-color: #C3BA57;
}
.TagClassName
{
border-color: #C3BA57;
}
</style>