Shades of Wattle #C2C439
Tints of Wattle #C2C439
RGB
CMYK
RGB Variations
Color information
#C2C439 (or 0xC2C439) is known color: Wattle. HEX triplet: C2, C4 and 39. RGB value is (194,196,57). Sum of RGB (Red+Green+Blue) = 194+196+57=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C439 is #3D3BC6. Grayscale: #B4B4B4. Windows color (decimal): -4012999 or 3785922. OLE color: 3785922.
HSL color Cylindrical-coordinate representation of color #C2C439: hue angle of 60.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2C439 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 57 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.23 |
| HSL | 60.86º | 0.55% | 0.5% | - |
| HSV(B) | 60.86º | 0.71% | 0.77% | - |
| XYZ | 42.73 | 51.24 | 11.51 | - |
| YUV | 179.56 | 58.84 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 57 | 0.01 | 0 | 0.71 | 0.23 | 60.86 | 0.55 | 0.5 |
| Hex | C2 | C4 | 39 | 1 | 0 | 47 | 17 | 3D | 37 | 32 |
| Octal | 302 | 304 | 71 | 1 | 0 | 107 | 27 | 75 | 67 | 62 |
| Binary | 11000010 | 11000100 | 111001 | 1 | 0 | 1000111 | 10111 | 111101 | 110111 | 110010 |
Color Harmonies of #C2C439
Complementary color
Monochromatic Colors of #C2C439
Black with #C2C439
Text Example
Text Example
White with #C2C439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C439; }
p { color: rgb(194,196,57); }
H1.HeaderClassName
{
color: #C2C439;
}
.AnyTagClassName
{
color: #C2C439;
}
</style>
background-color css
<style>
a { background-color: #C2C439; }
a { background-color: rgb(194,196,57); }
div.DivClassName
{
background-color: #C2C439;
}
.BgClassName
{
background-color: #C2C439;
}
</style>
border-color css
<style>
span { border-color: #C2C439; }
span { border-color: rgb(194,196,57); }
td.TdClassName
{
border-color: #C2C439;
}
.TagClassName
{
border-color: #C2C439;
}
</style>