Shades of Sundance #C5BC4E
Tints of Sundance #C5BC4E
RGB
CMYK
RGB Variations
Color information
#C5BC4E (or 0xC5BC4E) is known color: Sundance. HEX triplet: C5, BC and 4E. RGB value is (197,188,78). Sum of RGB (Red+Green+Blue) = 197+188+78=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 78 (30.86% from 255 or 16.85% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC4E is #3A43B1. Grayscale: #B2B2B2. Windows color (decimal): -3818418 or 5160133. OLE color: 5160133.
HSL color Cylindrical-coordinate representation of color #C5BC4E: hue angle of 55.46º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5BC4E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 78 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.23 |
| HSL | 55.46º | 0.51% | 0.54% | - |
| HSV(B) | 55.46º | 0.6% | 0.77% | - |
| XYZ | 42.38 | 48.39 | 14.31 | - |
| YUV | 178.15 | 71.48 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 78 | 0 | 0.05 | 0.60 | 0.23 | 55.46 | 0.51 | 0.54 |
| Hex | C5 | BC | 4E | 0 | 5 | 3C | 17 | 37 | 33 | 36 |
| Octal | 305 | 274 | 116 | 0 | 5 | 74 | 27 | 67 | 63 | 66 |
| Binary | 11000101 | 10111100 | 1001110 | 0 | 101 | 111100 | 10111 | 110111 | 110011 | 110110 |
Color Harmonies of #C5BC4E
Complementary color
Monochromatic Colors of #C5BC4E
Black with #C5BC4E
Text Example
Text Example
White with #C5BC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC4E; }
p { color: rgb(197,188,78); }
H1.HeaderClassName
{
color: #C5BC4E;
}
.AnyTagClassName
{
color: #C5BC4E;
}
</style>
background-color css
<style>
a { background-color: #C5BC4E; }
a { background-color: rgb(197,188,78); }
div.DivClassName
{
background-color: #C5BC4E;
}
.BgClassName
{
background-color: #C5BC4E;
}
</style>
border-color css
<style>
span { border-color: #C5BC4E; }
span { border-color: rgb(197,188,78); }
td.TdClassName
{
border-color: #C5BC4E;
}
.TagClassName
{
border-color: #C5BC4E;
}
</style>