Shades of Sundance #C5BC4C
Tints of Sundance #C5BC4C
RGB
CMYK
RGB Variations
Color information
#C5BC4C (or 0xC5BC4C) is known color: Sundance. HEX triplet: C5, BC and 4C. RGB value is (197,188,76). Sum of RGB (Red+Green+Blue) = 197+188+76=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 76 (30.08% from 255 or 16.49% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5BC4C is #3A43B3. Grayscale: #B2B2B2. Windows color (decimal): -3818420 or 5029061. OLE color: 5029061.
HSL color Cylindrical-coordinate representation of color #C5BC4C: hue angle of 55.54º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5BC4C is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 76 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.23 |
| HSL | 55.54º | 0.51% | 0.54% | - |
| HSV(B) | 55.54º | 0.61% | 0.77% | - |
| XYZ | 42.31 | 48.36 | 13.94 | - |
| YUV | 177.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 76 | 0 | 0.05 | 0.61 | 0.23 | 55.54 | 0.51 | 0.54 |
| Hex | C5 | BC | 4C | 0 | 5 | 3D | 17 | 38 | 33 | 36 |
| Octal | 305 | 274 | 114 | 0 | 5 | 75 | 27 | 70 | 63 | 66 |
| Binary | 11000101 | 10111100 | 1001100 | 0 | 101 | 111101 | 10111 | 111000 | 110011 | 110110 |
Color Harmonies of #C5BC4C
Complementary color
Monochromatic Colors of #C5BC4C
Black with #C5BC4C
Text Example
Text Example
White with #C5BC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC4C; }
p { color: rgb(197,188,76); }
H1.HeaderClassName
{
color: #C5BC4C;
}
.AnyTagClassName
{
color: #C5BC4C;
}
</style>
background-color css
<style>
a { background-color: #C5BC4C; }
a { background-color: rgb(197,188,76); }
div.DivClassName
{
background-color: #C5BC4C;
}
.BgClassName
{
background-color: #C5BC4C;
}
</style>
border-color css
<style>
span { border-color: #C5BC4C; }
span { border-color: rgb(197,188,76); }
td.TdClassName
{
border-color: #C5BC4C;
}
.TagClassName
{
border-color: #C5BC4C;
}
</style>