Shades of Wattle #C9CA3C
Tints of Wattle #C9CA3C
RGB
CMYK
RGB Variations
Color information
#C9CA3C (or 0xC9CA3C) is known color: Wattle. HEX triplet: C9, CA and 3C. RGB value is (201,202,60). Sum of RGB (Red+Green+Blue) = 201+202+60=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA3C is #3635C3. Grayscale: #BABABA. Windows color (decimal): -3552708 or 3984073. OLE color: 3984073.
HSL color Cylindrical-coordinate representation of color #C9CA3C: hue angle of 60.42º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9CA3C is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 60 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.21 |
| HSL | 60.42º | 0.57% | 0.51% | - |
| HSV(B) | 60.42º | 0.7% | 0.79% | - |
| XYZ | 46.02 | 54.98 | 12.46 | - |
| YUV | 185.51 | 57.17 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 60 | 0.00 | 0 | 0.70 | 0.21 | 60.42 | 0.57 | 0.51 |
| Hex | C9 | CA | 3C | 0 | 0 | 46 | 15 | 3C | 39 | 33 |
| Octal | 311 | 312 | 74 | 0 | 0 | 106 | 25 | 74 | 71 | 63 |
| Binary | 11001001 | 11001010 | 111100 | 0 | 0 | 1000110 | 10101 | 111100 | 111001 | 110011 |
Color Harmonies of #C9CA3C
Complementary color
Monochromatic Colors of #C9CA3C
Black with #C9CA3C
Text Example
Text Example
White with #C9CA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA3C; }
p { color: rgb(201,202,60); }
H1.HeaderClassName
{
color: #C9CA3C;
}
.AnyTagClassName
{
color: #C9CA3C;
}
</style>
background-color css
<style>
a { background-color: #C9CA3C; }
a { background-color: rgb(201,202,60); }
div.DivClassName
{
background-color: #C9CA3C;
}
.BgClassName
{
background-color: #C9CA3C;
}
</style>
border-color css
<style>
span { border-color: #C9CA3C; }
span { border-color: rgb(201,202,60); }
td.TdClassName
{
border-color: #C9CA3C;
}
.TagClassName
{
border-color: #C9CA3C;
}
</style>