Shades of Wattle #C4C63E
Tints of Wattle #C4C63E
RGB
CMYK
RGB Variations
Color information
#C4C63E (or 0xC4C63E) is known color: Wattle. HEX triplet: C4, C6 and 3E. RGB value is (196,198,62). Sum of RGB (Red+Green+Blue) = 196+198+62=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 62 (24.61% from 255 or 13.60% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #C4C63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C63E is #3B39C1. Grayscale: #B6B6B6. Windows color (decimal): -3881410 or 4114116. OLE color: 4114116.
HSL color Cylindrical-coordinate representation of color #C4C63E: hue angle of 60.88º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4C63E is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 198 | 62 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.22 |
| HSL | 60.88º | 0.54% | 0.51% | - |
| HSV(B) | 60.88º | 0.69% | 0.78% | - |
| XYZ | 43.83 | 52.47 | 12.38 | - |
| YUV | 181.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 198 | 62 | 0.01 | 0 | 0.69 | 0.22 | 60.88 | 0.54 | 0.51 |
| Hex | C4 | C6 | 3E | 1 | 0 | 45 | 16 | 3D | 36 | 33 |
| Octal | 304 | 306 | 76 | 1 | 0 | 105 | 26 | 75 | 66 | 63 |
| Binary | 11000100 | 11000110 | 111110 | 1 | 0 | 1000101 | 10110 | 111101 | 110110 | 110011 |
Color Harmonies of #C4C63E
Complementary color
Monochromatic Colors of #C4C63E
Black with #C4C63E
Text Example
Text Example
White with #C4C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C63E; }
p { color: rgb(196,198,62); }
H1.HeaderClassName
{
color: #C4C63E;
}
.AnyTagClassName
{
color: #C4C63E;
}
</style>
background-color css
<style>
a { background-color: #C4C63E; }
a { background-color: rgb(196,198,62); }
div.DivClassName
{
background-color: #C4C63E;
}
.BgClassName
{
background-color: #C4C63E;
}
</style>
border-color css
<style>
span { border-color: #C4C63E; }
span { border-color: rgb(196,198,62); }
td.TdClassName
{
border-color: #C4C63E;
}
.TagClassName
{
border-color: #C4C63E;
}
</style>