Shades of Wattle #C2C53C
Tints of Wattle #C2C53C
RGB
CMYK
RGB Variations
Color information
#C2C53C (or 0xC2C53C) is known color: Wattle. HEX triplet: C2, C5 and 3C. RGB value is (194,197,60). Sum of RGB (Red+Green+Blue) = 194+197+60=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C53C is #3D3AC3. Grayscale: #B5B5B5. Windows color (decimal): -4012740 or 3982786. OLE color: 3982786.
HSL color Cylindrical-coordinate representation of color #C2C53C: hue angle of 61.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2C53C is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 60 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.23 |
| HSL | 61.31º | 0.54% | 0.5% | - |
| HSV(B) | 61.31º | 0.7% | 0.77% | - |
| XYZ | 43.03 | 51.73 | 11.99 | - |
| YUV | 180.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 60 | 0.02 | 0 | 0.70 | 0.23 | 61.31 | 0.54 | 0.5 |
| Hex | C2 | C5 | 3C | 2 | 0 | 46 | 17 | 3D | 36 | 32 |
| Octal | 302 | 305 | 74 | 2 | 0 | 106 | 27 | 75 | 66 | 62 |
| Binary | 11000010 | 11000101 | 111100 | 10 | 0 | 1000110 | 10111 | 111101 | 110110 | 110010 |
Color Harmonies of #C2C53C
Complementary color
Monochromatic Colors of #C2C53C
Black with #C2C53C
Text Example
Text Example
White with #C2C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C53C; }
p { color: rgb(194,197,60); }
H1.HeaderClassName
{
color: #C2C53C;
}
.AnyTagClassName
{
color: #C2C53C;
}
</style>
background-color css
<style>
a { background-color: #C2C53C; }
a { background-color: rgb(194,197,60); }
div.DivClassName
{
background-color: #C2C53C;
}
.BgClassName
{
background-color: #C2C53C;
}
</style>
border-color css
<style>
span { border-color: #C2C53C; }
span { border-color: rgb(194,197,60); }
td.TdClassName
{
border-color: #C2C53C;
}
.TagClassName
{
border-color: #C2C53C;
}
</style>