Shades of Wattle #C2C43B
Tints of Wattle #C2C43B
RGB
CMYK
RGB Variations
Color information
#C2C43B (or 0xC2C43B) is known color: Wattle. HEX triplet: C2, C4 and 3B. RGB value is (194,196,59). Sum of RGB (Red+Green+Blue) = 194+196+59=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 59 (23.44% from 255 or 13.14% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C43B is #3D3BC4. Grayscale: #B4B4B4. Windows color (decimal): -4012997 or 3916994. OLE color: 3916994.
HSL color Cylindrical-coordinate representation of color #C2C43B: hue angle of 60.88º 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 #C2C43B is Cyan = 0.01, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 59 | - |
| CMYK | 0.01 | 0 | 0.70 | 0.23 |
| HSL | 60.88º | 0.54% | 0.5% | - |
| HSV(B) | 60.88º | 0.7% | 0.77% | - |
| XYZ | 42.78 | 51.26 | 11.78 | - |
| YUV | 179.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 59 | 0.01 | 0 | 0.70 | 0.23 | 60.88 | 0.54 | 0.5 |
| Hex | C2 | C4 | 3B | 1 | 0 | 46 | 17 | 3D | 36 | 32 |
| Octal | 302 | 304 | 73 | 1 | 0 | 106 | 27 | 75 | 66 | 62 |
| Binary | 11000010 | 11000100 | 111011 | 1 | 0 | 1000110 | 10111 | 111101 | 110110 | 110010 |
Color Harmonies of #C2C43B
Complementary color
Monochromatic Colors of #C2C43B
Black with #C2C43B
Text Example
Text Example
White with #C2C43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C43B; }
p { color: rgb(194,196,59); }
H1.HeaderClassName
{
color: #C2C43B;
}
.AnyTagClassName
{
color: #C2C43B;
}
</style>
background-color css
<style>
a { background-color: #C2C43B; }
a { background-color: rgb(194,196,59); }
div.DivClassName
{
background-color: #C2C43B;
}
.BgClassName
{
background-color: #C2C43B;
}
</style>
border-color css
<style>
span { border-color: #C2C43B; }
span { border-color: rgb(194,196,59); }
td.TdClassName
{
border-color: #C2C43B;
}
.TagClassName
{
border-color: #C2C43B;
}
</style>