Shades of Olive Green #C4BC53
Tints of Olive Green #C4BC53
RGB
CMYK
RGB Variations
Color information
#C4BC53 (or 0xC4BC53) is known color: Olive Green. HEX triplet: C4, BC and 53. RGB value is (196,188,83). Sum of RGB (Red+Green+Blue) = 196+188+83=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC53 is #3B43AC. Grayscale: #B2B2B2. Windows color (decimal): -3883949 or 5487812. OLE color: 5487812.
HSL color Cylindrical-coordinate representation of color #C4BC53: hue angle of 55.75º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C4BC53 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 188 | 83 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.23 |
| HSL | 55.75º | 0.49% | 0.55% | - |
| HSV(B) | 55.75º | 0.58% | 0.77% | - |
| XYZ | 42.31 | 48.33 | 15.28 | - |
| YUV | 178.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 83 | 0 | 0.04 | 0.58 | 0.23 | 55.75 | 0.49 | 0.55 |
| Hex | C4 | BC | 53 | 0 | 4 | 3A | 17 | 38 | 31 | 37 |
| Octal | 304 | 274 | 123 | 0 | 4 | 72 | 27 | 70 | 61 | 67 |
| Binary | 11000100 | 10111100 | 1010011 | 0 | 100 | 111010 | 10111 | 111000 | 110001 | 110111 |
Color Harmonies of #C4BC53
Complementary color
Monochromatic Colors of #C4BC53
Black with #C4BC53
Text Example
Text Example
White with #C4BC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BC53; }
p { color: rgb(196,188,83); }
H1.HeaderClassName
{
color: #C4BC53;
}
.AnyTagClassName
{
color: #C4BC53;
}
</style>
background-color css
<style>
a { background-color: #C4BC53; }
a { background-color: rgb(196,188,83); }
div.DivClassName
{
background-color: #C4BC53;
}
.BgClassName
{
background-color: #C4BC53;
}
</style>
border-color css
<style>
span { border-color: #C4BC53; }
span { border-color: rgb(196,188,83); }
td.TdClassName
{
border-color: #C4BC53;
}
.TagClassName
{
border-color: #C4BC53;
}
</style>