Shades of Wattle #C4C73E
Tints of Wattle #C4C73E
RGB
CMYK
RGB Variations
Color information
#C4C73E (or 0xC4C73E) is known color: Wattle. HEX triplet: C4, C7 and 3E. RGB value is (196,199,62). Sum of RGB (Red+Green+Blue) = 196+199+62=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 62 (24.61% from 255 or 13.57% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C73E is #3B38C1. Grayscale: #B7B7B7. Windows color (decimal): -3881154 or 4114372. OLE color: 4114372.
HSL color Cylindrical-coordinate representation of color #C4C73E: hue angle of 61.31º degrees, saturation: 0.55, 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 #C4C73E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 199 | 62 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.22 |
| HSL | 61.31º | 0.55% | 0.51% | - |
| HSV(B) | 61.31º | 0.69% | 0.78% | - |
| XYZ | 44.06 | 52.93 | 12.45 | - |
| YUV | 182.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 199 | 62 | 0.02 | 0 | 0.69 | 0.22 | 61.31 | 0.55 | 0.51 |
| Hex | C4 | C7 | 3E | 2 | 0 | 45 | 16 | 3D | 37 | 33 |
| Octal | 304 | 307 | 76 | 2 | 0 | 105 | 26 | 75 | 67 | 63 |
| Binary | 11000100 | 11000111 | 111110 | 10 | 0 | 1000101 | 10110 | 111101 | 110111 | 110011 |
Color Harmonies of #C4C73E
Complementary color
Monochromatic Colors of #C4C73E
Black with #C4C73E
Text Example
Text Example
White with #C4C73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C73E; }
p { color: rgb(196,199,62); }
H1.HeaderClassName
{
color: #C4C73E;
}
.AnyTagClassName
{
color: #C4C73E;
}
</style>
background-color css
<style>
a { background-color: #C4C73E; }
a { background-color: rgb(196,199,62); }
div.DivClassName
{
background-color: #C4C73E;
}
.BgClassName
{
background-color: #C4C73E;
}
</style>
border-color css
<style>
span { border-color: #C4C73E; }
span { border-color: rgb(196,199,62); }
td.TdClassName
{
border-color: #C4C73E;
}
.TagClassName
{
border-color: #C4C73E;
}
</style>