Shades of Wattle #CACE42
Tints of Wattle #CACE42
RGB
CMYK
RGB Variations
Color information
#CACE42 (or 0xCACE42) is known color: Wattle. HEX triplet: CA, CE and 42. RGB value is (202,206,66). Sum of RGB (Red+Green+Blue) = 202+206+66=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 66 (26.17% from 255 or 13.92% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE42 is #3531BD. Grayscale: #BDBDBD. Windows color (decimal): -3486142 or 4378314. OLE color: 4378314.
HSL color Cylindrical-coordinate representation of color #CACE42: hue angle of 61.71º 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 #CACE42 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 66 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.19 |
| HSL | 61.71º | 0.59% | 0.53% | - |
| HSV(B) | 61.71º | 0.68% | 0.81% | - |
| XYZ | 47.41 | 57.09 | 13.68 | - |
| YUV | 188.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 66 | 0.02 | 0 | 0.68 | 0.19 | 61.71 | 0.59 | 0.53 |
| Hex | CA | CE | 42 | 2 | 0 | 44 | 13 | 3E | 3B | 35 |
| Octal | 312 | 316 | 102 | 2 | 0 | 104 | 23 | 76 | 73 | 65 |
| Binary | 11001010 | 11001110 | 1000010 | 10 | 0 | 1000100 | 10011 | 111110 | 111011 | 110101 |
Color Harmonies of #CACE42
Complementary color
Monochromatic Colors of #CACE42
Black with #CACE42
Text Example
Text Example
White with #CACE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE42; }
p { color: rgb(202,206,66); }
H1.HeaderClassName
{
color: #CACE42;
}
.AnyTagClassName
{
color: #CACE42;
}
</style>
background-color css
<style>
a { background-color: #CACE42; }
a { background-color: rgb(202,206,66); }
div.DivClassName
{
background-color: #CACE42;
}
.BgClassName
{
background-color: #CACE42;
}
</style>
border-color css
<style>
span { border-color: #CACE42; }
span { border-color: rgb(202,206,66); }
td.TdClassName
{
border-color: #CACE42;
}
.TagClassName
{
border-color: #CACE42;
}
</style>