Shades of Wattle #C6CA3E
Tints of Wattle #C6CA3E
RGB
CMYK
RGB Variations
Color information
#C6CA3E (or 0xC6CA3E) is known color: Wattle. HEX triplet: C6, CA and 3E. RGB value is (198,202,62). Sum of RGB (Red+Green+Blue) = 198+202+62=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 202 (79.30% from 255 or 43.72% from 462); Blue value is 62 (24.61% from 255 or 13.42% from 462); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CA3E is #3935C1. Grayscale: #B9B9B9. Windows color (decimal): -3749314 or 4115142. OLE color: 4115142.
HSL color Cylindrical-coordinate representation of color #C6CA3E: hue angle of 61.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6CA3E is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 202 | 62 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.21 |
| HSL | 61.71º | 0.57% | 0.52% | - |
| HSV(B) | 61.71º | 0.69% | 0.79% | - |
| XYZ | 45.28 | 54.59 | 12.71 | - |
| YUV | 184.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 202 | 62 | 0.02 | 0 | 0.69 | 0.21 | 61.71 | 0.57 | 0.52 |
| Hex | C6 | CA | 3E | 2 | 0 | 45 | 15 | 3E | 39 | 34 |
| Octal | 306 | 312 | 76 | 2 | 0 | 105 | 25 | 76 | 71 | 64 |
| Binary | 11000110 | 11001010 | 111110 | 10 | 0 | 1000101 | 10101 | 111110 | 111001 | 110100 |
Color Harmonies of #C6CA3E
Complementary color
Monochromatic Colors of #C6CA3E
Black with #C6CA3E
Text Example
Text Example
White with #C6CA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CA3E; }
p { color: rgb(198,202,62); }
H1.HeaderClassName
{
color: #C6CA3E;
}
.AnyTagClassName
{
color: #C6CA3E;
}
</style>
background-color css
<style>
a { background-color: #C6CA3E; }
a { background-color: rgb(198,202,62); }
div.DivClassName
{
background-color: #C6CA3E;
}
.BgClassName
{
background-color: #C6CA3E;
}
</style>
border-color css
<style>
span { border-color: #C6CA3E; }
span { border-color: rgb(198,202,62); }
td.TdClassName
{
border-color: #C6CA3E;
}
.TagClassName
{
border-color: #C6CA3E;
}
</style>