Shades of Sundance #C2BA4C
Tints of Sundance #C2BA4C
RGB
CMYK
RGB Variations
Color information
#C2BA4C (or 0xC2BA4C) is known color: Sundance. HEX triplet: C2, BA and 4C. RGB value is (194,186,76). Sum of RGB (Red+Green+Blue) = 194+186+76=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BA4C is #3D45B3. Grayscale: #B0B0B0. Windows color (decimal): -4015540 or 5028546. OLE color: 5028546.
HSL color Cylindrical-coordinate representation of color #C2BA4C: hue angle of 55.93º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2BA4C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 186 | 76 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.24 |
| HSL | 55.93º | 0.49% | 0.53% | - |
| HSV(B) | 55.93º | 0.61% | 0.76% | - |
| XYZ | 41.11 | 47.11 | 13.76 | - |
| YUV | 175.85 | 71.65 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 186 | 76 | 0 | 0.04 | 0.61 | 0.24 | 55.93 | 0.49 | 0.53 |
| Hex | C2 | BA | 4C | 0 | 4 | 3D | 18 | 38 | 31 | 35 |
| Octal | 302 | 272 | 114 | 0 | 4 | 75 | 30 | 70 | 61 | 65 |
| Binary | 11000010 | 10111010 | 1001100 | 0 | 100 | 111101 | 11000 | 111000 | 110001 | 110101 |
Color Harmonies of #C2BA4C
Complementary color
Monochromatic Colors of #C2BA4C
Black with #C2BA4C
Text Example
Text Example
White with #C2BA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BA4C; }
p { color: rgb(194,186,76); }
H1.HeaderClassName
{
color: #C2BA4C;
}
.AnyTagClassName
{
color: #C2BA4C;
}
</style>
background-color css
<style>
a { background-color: #C2BA4C; }
a { background-color: rgb(194,186,76); }
div.DivClassName
{
background-color: #C2BA4C;
}
.BgClassName
{
background-color: #C2BA4C;
}
</style>
border-color css
<style>
span { border-color: #C2BA4C; }
span { border-color: rgb(194,186,76); }
td.TdClassName
{
border-color: #C2BA4C;
}
.TagClassName
{
border-color: #C2BA4C;
}
</style>