Shades of Wattle #C9CC44
Tints of Wattle #C9CC44
RGB
CMYK
RGB Variations
Color information
#C9CC44 (or 0xC9CC44) is known color: Wattle. HEX triplet: C9, CC and 44. RGB value is (201,204,68). Sum of RGB (Red+Green+Blue) = 201+204+68=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 68 (26.95% from 255 or 14.38% from 473); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CC44 is #3633BB. Grayscale: #BCBCBC. Windows color (decimal): -3552188 or 4508873. OLE color: 4508873.
HSL color Cylindrical-coordinate representation of color #C9CC44: hue angle of 61.32º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9CC44 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 204 | 68 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.2 |
| HSL | 61.32º | 0.57% | 0.53% | - |
| HSV(B) | 61.32º | 0.67% | 0.8% | - |
| XYZ | 46.72 | 56.02 | 13.82 | - |
| YUV | 187.6 | 60.51 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 204 | 68 | 0.01 | 0 | 0.67 | 0.2 | 61.32 | 0.57 | 0.53 |
| Hex | C9 | CC | 44 | 1 | 0 | 43 | 14 | 3D | 39 | 35 |
| Octal | 311 | 314 | 104 | 1 | 0 | 103 | 24 | 75 | 71 | 65 |
| Binary | 11001001 | 11001100 | 1000100 | 1 | 0 | 1000011 | 10100 | 111101 | 111001 | 110101 |
Color Harmonies of #C9CC44
Complementary color
Monochromatic Colors of #C9CC44
Black with #C9CC44
Text Example
Text Example
White with #C9CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CC44; }
p { color: rgb(201,204,68); }
H1.HeaderClassName
{
color: #C9CC44;
}
.AnyTagClassName
{
color: #C9CC44;
}
</style>
background-color css
<style>
a { background-color: #C9CC44; }
a { background-color: rgb(201,204,68); }
div.DivClassName
{
background-color: #C9CC44;
}
.BgClassName
{
background-color: #C9CC44;
}
</style>
border-color css
<style>
span { border-color: #C9CC44; }
span { border-color: rgb(201,204,68); }
td.TdClassName
{
border-color: #C9CC44;
}
.TagClassName
{
border-color: #C9CC44;
}
</style>