Shades of Wattle #CACE4A
Tints of Wattle #CACE4A
RGB
CMYK
RGB Variations
Color information
#CACE4A (or 0xCACE4A) is known color: Wattle. HEX triplet: CA, CE and 4A. RGB value is (202,206,74). Sum of RGB (Red+Green+Blue) = 202+206+74=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACE4A is #3531B5. Grayscale: #BEBEBE. Windows color (decimal): -3486134 or 4902602. OLE color: 4902602.
HSL color Cylindrical-coordinate representation of color #CACE4A: hue angle of 61.82º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CACE4A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 74 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.19 |
| HSL | 61.82º | 0.57% | 0.55% | - |
| HSV(B) | 61.82º | 0.64% | 0.81% | - |
| XYZ | 47.66 | 57.19 | 15.01 | - |
| YUV | 189.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 74 | 0.02 | 0 | 0.64 | 0.19 | 61.82 | 0.57 | 0.55 |
| Hex | CA | CE | 4A | 2 | 0 | 40 | 13 | 3E | 39 | 37 |
| Octal | 312 | 316 | 112 | 2 | 0 | 100 | 23 | 76 | 71 | 67 |
| Binary | 11001010 | 11001110 | 1001010 | 10 | 0 | 1000000 | 10011 | 111110 | 111001 | 110111 |
Color Harmonies of #CACE4A
Complementary color
Monochromatic Colors of #CACE4A
Black with #CACE4A
Text Example
Text Example
White with #CACE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE4A; }
p { color: rgb(202,206,74); }
H1.HeaderClassName
{
color: #CACE4A;
}
.AnyTagClassName
{
color: #CACE4A;
}
</style>
background-color css
<style>
a { background-color: #CACE4A; }
a { background-color: rgb(202,206,74); }
div.DivClassName
{
background-color: #CACE4A;
}
.BgClassName
{
background-color: #CACE4A;
}
</style>
border-color css
<style>
span { border-color: #CACE4A; }
span { border-color: rgb(202,206,74); }
td.TdClassName
{
border-color: #CACE4A;
}
.TagClassName
{
border-color: #CACE4A;
}
</style>