Shades of Wattle #C9CE42
Tints of Wattle #C9CE42
RGB
CMYK
RGB Variations
Color information
#C9CE42 (or 0xC9CE42) is known color: Wattle. HEX triplet: C9, CE and 42. RGB value is (201,206,66). Sum of RGB (Red+Green+Blue) = 201+206+66=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE42 is #3631BD. Grayscale: #BDBDBD. Windows color (decimal): -3551678 or 4378313. OLE color: 4378313.
HSL color Cylindrical-coordinate representation of color #C9CE42: hue angle of 62.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9CE42 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 66 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.19 |
| HSL | 62.14º | 0.59% | 0.53% | - |
| HSV(B) | 62.14º | 0.68% | 0.81% | - |
| XYZ | 47.14 | 56.95 | 13.66 | - |
| YUV | 188.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 66 | 0.02 | 0 | 0.68 | 0.19 | 62.14 | 0.59 | 0.53 |
| Hex | C9 | CE | 42 | 2 | 0 | 44 | 13 | 3E | 3B | 35 |
| Octal | 311 | 316 | 102 | 2 | 0 | 104 | 23 | 76 | 73 | 65 |
| Binary | 11001001 | 11001110 | 1000010 | 10 | 0 | 1000100 | 10011 | 111110 | 111011 | 110101 |
Color Harmonies of #C9CE42
Complementary color
Monochromatic Colors of #C9CE42
Black with #C9CE42
Text Example
Text Example
White with #C9CE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE42; }
p { color: rgb(201,206,66); }
H1.HeaderClassName
{
color: #C9CE42;
}
.AnyTagClassName
{
color: #C9CE42;
}
</style>
background-color css
<style>
a { background-color: #C9CE42; }
a { background-color: rgb(201,206,66); }
div.DivClassName
{
background-color: #C9CE42;
}
.BgClassName
{
background-color: #C9CE42;
}
</style>
border-color css
<style>
span { border-color: #C9CE42; }
span { border-color: rgb(201,206,66); }
td.TdClassName
{
border-color: #C9CE42;
}
.TagClassName
{
border-color: #C9CE42;
}
</style>