Shades of Wattle #C2C339
Tints of Wattle #C2C339
RGB
CMYK
RGB Variations
Color information
#C2C339 (or 0xC2C339) is known color: Wattle. HEX triplet: C2, C3 and 39. RGB value is (194,195,57). Sum of RGB (Red+Green+Blue) = 194+195+57=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C339 is #3D3CC6. Grayscale: #B3B3B3. Windows color (decimal): -4013255 or 3785666. OLE color: 3785666.
HSL color Cylindrical-coordinate representation of color #C2C339: hue angle of 60.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2C339 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 57 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.24 |
| HSL | 60.43º | 0.55% | 0.49% | - |
| HSV(B) | 60.43º | 0.71% | 0.76% | - |
| XYZ | 42.5 | 50.79 | 11.44 | - |
| YUV | 178.97 | 59.17 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 57 | 0.01 | 0 | 0.71 | 0.24 | 60.43 | 0.55 | 0.49 |
| Hex | C2 | C3 | 39 | 1 | 0 | 47 | 18 | 3C | 37 | 31 |
| Octal | 302 | 303 | 71 | 1 | 0 | 107 | 30 | 74 | 67 | 61 |
| Binary | 11000010 | 11000011 | 111001 | 1 | 0 | 1000111 | 11000 | 111100 | 110111 | 110001 |
Color Harmonies of #C2C339
Complementary color
Monochromatic Colors of #C2C339
Black with #C2C339
Text Example
Text Example
White with #C2C339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C339; }
p { color: rgb(194,195,57); }
H1.HeaderClassName
{
color: #C2C339;
}
.AnyTagClassName
{
color: #C2C339;
}
</style>
background-color css
<style>
a { background-color: #C2C339; }
a { background-color: rgb(194,195,57); }
div.DivClassName
{
background-color: #C2C339;
}
.BgClassName
{
background-color: #C2C339;
}
</style>
border-color css
<style>
span { border-color: #C2C339; }
span { border-color: rgb(194,195,57); }
td.TdClassName
{
border-color: #C2C339;
}
.TagClassName
{
border-color: #C2C339;
}
</style>