Shades of Wattle #C5C73F
Tints of Wattle #C5C73F
RGB
CMYK
RGB Variations
Color information
#C5C73F (or 0xC5C73F) is known color: Wattle. HEX triplet: C5, C7 and 3F. RGB value is (197,199,63). Sum of RGB (Red+Green+Blue) = 197+199+63=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 199 - color contains mainly: green. Hex color #C5C73F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C73F is #3A38C0. Grayscale: #B7B7B7. Windows color (decimal): -3815617 or 4179909. OLE color: 4179909.
HSL color Cylindrical-coordinate representation of color #C5C73F: hue angle of 60.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5C73F is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 199 | 63 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.22 |
| HSL | 60.88º | 0.55% | 0.51% | - |
| HSV(B) | 60.88º | 0.68% | 0.78% | - |
| XYZ | 44.35 | 53.08 | 12.61 | - |
| YUV | 182.9 | 60.34 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 199 | 63 | 0.01 | 0 | 0.68 | 0.22 | 60.88 | 0.55 | 0.51 |
| Hex | C5 | C7 | 3F | 1 | 0 | 44 | 16 | 3D | 37 | 33 |
| Octal | 305 | 307 | 77 | 1 | 0 | 104 | 26 | 75 | 67 | 63 |
| Binary | 11000101 | 11000111 | 111111 | 1 | 0 | 1000100 | 10110 | 111101 | 110111 | 110011 |
Color Harmonies of #C5C73F
Complementary color
Monochromatic Colors of #C5C73F
Black with #C5C73F
Text Example
Text Example
White with #C5C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C73F; }
p { color: rgb(197,199,63); }
H1.HeaderClassName
{
color: #C5C73F;
}
.AnyTagClassName
{
color: #C5C73F;
}
</style>
background-color css
<style>
a { background-color: #C5C73F; }
a { background-color: rgb(197,199,63); }
div.DivClassName
{
background-color: #C5C73F;
}
.BgClassName
{
background-color: #C5C73F;
}
</style>
border-color css
<style>
span { border-color: #C5C73F; }
span { border-color: rgb(197,199,63); }
td.TdClassName
{
border-color: #C5C73F;
}
.TagClassName
{
border-color: #C5C73F;
}
</style>