Shades of Wattle #C9CD3E
Tints of Wattle #C9CD3E
RGB
CMYK
RGB Variations
Color information
#C9CD3E (or 0xC9CD3E) is known color: Wattle. HEX triplet: C9, CD and 3E. RGB value is (201,205,62). Sum of RGB (Red+Green+Blue) = 201+205+62=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CD3E is #3632C1. Grayscale: #BCBCBC. Windows color (decimal): -3551938 or 4115913. OLE color: 4115913.
HSL color Cylindrical-coordinate representation of color #C9CD3E: hue angle of 61.68º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9CD3E is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 205 | 62 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.20 |
| HSL | 61.68º | 0.59% | 0.52% | - |
| HSV(B) | 61.68º | 0.7% | 0.8% | - |
| XYZ | 46.79 | 56.43 | 12.98 | - |
| YUV | 187.5 | 57.17 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 205 | 62 | 0.02 | 0 | 0.70 | 0.20 | 61.68 | 0.59 | 0.52 |
| Hex | C9 | CD | 3E | 2 | 0 | 46 | 14 | 3E | 3B | 34 |
| Octal | 311 | 315 | 76 | 2 | 0 | 106 | 24 | 76 | 73 | 64 |
| Binary | 11001001 | 11001101 | 111110 | 10 | 0 | 1000110 | 10100 | 111110 | 111011 | 110100 |
Color Harmonies of #C9CD3E
Complementary color
Monochromatic Colors of #C9CD3E
Black with #C9CD3E
Text Example
Text Example
White with #C9CD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CD3E; }
p { color: rgb(201,205,62); }
H1.HeaderClassName
{
color: #C9CD3E;
}
.AnyTagClassName
{
color: #C9CD3E;
}
</style>
background-color css
<style>
a { background-color: #C9CD3E; }
a { background-color: rgb(201,205,62); }
div.DivClassName
{
background-color: #C9CD3E;
}
.BgClassName
{
background-color: #C9CD3E;
}
</style>
border-color css
<style>
span { border-color: #C9CD3E; }
span { border-color: rgb(201,205,62); }
td.TdClassName
{
border-color: #C9CD3E;
}
.TagClassName
{
border-color: #C9CD3E;
}
</style>