Shades of Wattle #C2C43A
Tints of Wattle #C2C43A
RGB
CMYK
RGB Variations
Color information
#C2C43A (or 0xC2C43A) is known color: Wattle. HEX triplet: C2, C4 and 3A. RGB value is (194,196,58). Sum of RGB (Red+Green+Blue) = 194+196+58=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 58 (23.05% from 255 or 12.95% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C43A is #3D3BC5. Grayscale: #B4B4B4. Windows color (decimal): -4012998 or 3851458. OLE color: 3851458.
HSL color Cylindrical-coordinate representation of color #C2C43A: hue angle of 60.87º 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 #C2C43A is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 58 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.23 |
| HSL | 60.87º | 0.54% | 0.5% | - |
| HSV(B) | 60.87º | 0.7% | 0.77% | - |
| XYZ | 42.75 | 51.25 | 11.64 | - |
| YUV | 179.67 | 59.34 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 58 | 0.01 | 0 | 0.70 | 0.23 | 60.87 | 0.54 | 0.5 |
| Hex | C2 | C4 | 3A | 1 | 0 | 46 | 17 | 3D | 36 | 32 |
| Octal | 302 | 304 | 72 | 1 | 0 | 106 | 27 | 75 | 66 | 62 |
| Binary | 11000010 | 11000100 | 111010 | 1 | 0 | 1000110 | 10111 | 111101 | 110110 | 110010 |
Color Harmonies of #C2C43A
Complementary color
Monochromatic Colors of #C2C43A
Black with #C2C43A
Text Example
Text Example
White with #C2C43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C43A; }
p { color: rgb(194,196,58); }
H1.HeaderClassName
{
color: #C2C43A;
}
.AnyTagClassName
{
color: #C2C43A;
}
</style>
background-color css
<style>
a { background-color: #C2C43A; }
a { background-color: rgb(194,196,58); }
div.DivClassName
{
background-color: #C2C43A;
}
.BgClassName
{
background-color: #C2C43A;
}
</style>
border-color css
<style>
span { border-color: #C2C43A; }
span { border-color: rgb(194,196,58); }
td.TdClassName
{
border-color: #C2C43A;
}
.TagClassName
{
border-color: #C2C43A;
}
</style>