Shades of Wattle #C9CE3F
Tints of Wattle #C9CE3F
RGB
CMYK
RGB Variations
Color information
#C9CE3F (or 0xC9CE3F) is known color: Wattle. HEX triplet: C9, CE and 3F. RGB value is (201,206,63). Sum of RGB (Red+Green+Blue) = 201+206+63=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CE3F is #3631C0. Grayscale: #BCBCBC. Windows color (decimal): -3551681 or 4181705. OLE color: 4181705.
HSL color Cylindrical-coordinate representation of color #C9CE3F: hue angle of 62.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9CE3F is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 206 | 63 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.19 |
| HSL | 62.1º | 0.59% | 0.53% | - |
| HSV(B) | 62.1º | 0.69% | 0.81% | - |
| XYZ | 47.06 | 56.92 | 13.21 | - |
| YUV | 188.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 206 | 63 | 0.02 | 0 | 0.69 | 0.19 | 62.1 | 0.59 | 0.53 |
| Hex | C9 | CE | 3F | 2 | 0 | 45 | 13 | 3E | 3B | 35 |
| Octal | 311 | 316 | 77 | 2 | 0 | 105 | 23 | 76 | 73 | 65 |
| Binary | 11001001 | 11001110 | 111111 | 10 | 0 | 1000101 | 10011 | 111110 | 111011 | 110101 |
Color Harmonies of #C9CE3F
Complementary color
Monochromatic Colors of #C9CE3F
Black with #C9CE3F
Text Example
Text Example
White with #C9CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CE3F; }
p { color: rgb(201,206,63); }
H1.HeaderClassName
{
color: #C9CE3F;
}
.AnyTagClassName
{
color: #C9CE3F;
}
</style>
background-color css
<style>
a { background-color: #C9CE3F; }
a { background-color: rgb(201,206,63); }
div.DivClassName
{
background-color: #C9CE3F;
}
.BgClassName
{
background-color: #C9CE3F;
}
</style>
border-color css
<style>
span { border-color: #C9CE3F; }
span { border-color: rgb(201,206,63); }
td.TdClassName
{
border-color: #C9CE3F;
}
.TagClassName
{
border-color: #C9CE3F;
}
</style>