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