Shades of Wattle #CACE44
Tints of Wattle #CACE44
RGB
CMYK
RGB Variations
Color information
#CACE44 (or 0xCACE44) is known color: Wattle. HEX triplet: CA, CE and 44. RGB value is (202,206,68). Sum of RGB (Red+Green+Blue) = 202+206+68=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 68 (26.95% from 255 or 14.29% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE44 is #3531BB. Grayscale: #BDBDBD. Windows color (decimal): -3486140 or 4509386. OLE color: 4509386.
HSL color Cylindrical-coordinate representation of color #CACE44: hue angle of 61.74º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CACE44 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 68 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.19 |
| HSL | 61.74º | 0.58% | 0.54% | - |
| HSV(B) | 61.74º | 0.67% | 0.81% | - |
| XYZ | 47.47 | 57.12 | 13.99 | - |
| YUV | 189.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 68 | 0.02 | 0 | 0.67 | 0.19 | 61.74 | 0.58 | 0.54 |
| Hex | CA | CE | 44 | 2 | 0 | 43 | 13 | 3E | 3A | 36 |
| Octal | 312 | 316 | 104 | 2 | 0 | 103 | 23 | 76 | 72 | 66 |
| Binary | 11001010 | 11001110 | 1000100 | 10 | 0 | 1000011 | 10011 | 111110 | 111010 | 110110 |
Color Harmonies of #CACE44
Complementary color
Monochromatic Colors of #CACE44
Black with #CACE44
Text Example
Text Example
White with #CACE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE44; }
p { color: rgb(202,206,68); }
H1.HeaderClassName
{
color: #CACE44;
}
.AnyTagClassName
{
color: #CACE44;
}
</style>
background-color css
<style>
a { background-color: #CACE44; }
a { background-color: rgb(202,206,68); }
div.DivClassName
{
background-color: #CACE44;
}
.BgClassName
{
background-color: #CACE44;
}
</style>
border-color css
<style>
span { border-color: #CACE44; }
span { border-color: rgb(202,206,68); }
td.TdClassName
{
border-color: #CACE44;
}
.TagClassName
{
border-color: #CACE44;
}
</style>