Shades of Olive Green #C3BA56
Tints of Olive Green #C3BA56
RGB
CMYK
RGB Variations
Color information
#C3BA56 (or 0xC3BA56) is known color: Olive Green. HEX triplet: C3, BA and 56. RGB value is (195,186,86). Sum of RGB (Red+Green+Blue) = 195+186+86=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA56 is #3C45A9. Grayscale: #B1B1B1. Windows color (decimal): -3949994 or 5683907. OLE color: 5683907.
HSL color Cylindrical-coordinate representation of color #C3BA56: hue angle of 55.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3BA56 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 186 | 86 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.24 |
| HSL | 55.05º | 0.48% | 0.55% | - |
| HSV(B) | 55.05º | 0.56% | 0.76% | - |
| XYZ | 41.74 | 47.39 | 15.75 | - |
| YUV | 177.29 | 76.48 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 86 | 0 | 0.05 | 0.56 | 0.24 | 55.05 | 0.48 | 0.55 |
| Hex | C3 | BA | 56 | 0 | 5 | 38 | 18 | 37 | 30 | 37 |
| Octal | 303 | 272 | 126 | 0 | 5 | 70 | 30 | 67 | 60 | 67 |
| Binary | 11000011 | 10111010 | 1010110 | 0 | 101 | 111000 | 11000 | 110111 | 110000 | 110111 |
Color Harmonies of #C3BA56
Complementary color
Monochromatic Colors of #C3BA56
Black with #C3BA56
Text Example
Text Example
White with #C3BA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BA56; }
p { color: rgb(195,186,86); }
H1.HeaderClassName
{
color: #C3BA56;
}
.AnyTagClassName
{
color: #C3BA56;
}
</style>
background-color css
<style>
a { background-color: #C3BA56; }
a { background-color: rgb(195,186,86); }
div.DivClassName
{
background-color: #C3BA56;
}
.BgClassName
{
background-color: #C3BA56;
}
</style>
border-color css
<style>
span { border-color: #C3BA56; }
span { border-color: rgb(195,186,86); }
td.TdClassName
{
border-color: #C3BA56;
}
.TagClassName
{
border-color: #C3BA56;
}
</style>