Shades of Wattle #CACE46
Tints of Wattle #CACE46
RGB
CMYK
RGB Variations
Color information
#CACE46 (or 0xCACE46) is known color: Wattle. HEX triplet: CA, CE and 46. RGB value is (202,206,70). Sum of RGB (Red+Green+Blue) = 202+206+70=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 70 (27.73% from 255 or 14.64% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE46 is #3531B9. Grayscale: #BDBDBD. Windows color (decimal): -3486138 or 4640458. OLE color: 4640458.
HSL color Cylindrical-coordinate representation of color #CACE46: hue angle of 61.76º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CACE46 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 70 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.19 |
| HSL | 61.76º | 0.58% | 0.54% | - |
| HSV(B) | 61.76º | 0.66% | 0.81% | - |
| XYZ | 47.53 | 57.14 | 14.32 | - |
| YUV | 189.3 | 60.67 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 70 | 0.02 | 0 | 0.66 | 0.19 | 61.76 | 0.58 | 0.54 |
| Hex | CA | CE | 46 | 2 | 0 | 42 | 13 | 3E | 3A | 36 |
| Octal | 312 | 316 | 106 | 2 | 0 | 102 | 23 | 76 | 72 | 66 |
| Binary | 11001010 | 11001110 | 1000110 | 10 | 0 | 1000010 | 10011 | 111110 | 111010 | 110110 |
Color Harmonies of #CACE46
Complementary color
Monochromatic Colors of #CACE46
Black with #CACE46
Text Example
Text Example
White with #CACE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE46; }
p { color: rgb(202,206,70); }
H1.HeaderClassName
{
color: #CACE46;
}
.AnyTagClassName
{
color: #CACE46;
}
</style>
background-color css
<style>
a { background-color: #CACE46; }
a { background-color: rgb(202,206,70); }
div.DivClassName
{
background-color: #CACE46;
}
.BgClassName
{
background-color: #CACE46;
}
</style>
border-color css
<style>
span { border-color: #CACE46; }
span { border-color: rgb(202,206,70); }
td.TdClassName
{
border-color: #CACE46;
}
.TagClassName
{
border-color: #CACE46;
}
</style>