Shades of Wattle #CACE4D
Tints of Wattle #CACE4D
RGB
CMYK
RGB Variations
Color information
#CACE4D (or 0xCACE4D) is known color: Wattle. HEX triplet: CA, CE and 4D. RGB value is (202,206,77). Sum of RGB (Red+Green+Blue) = 202+206+77=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE4D is #3531B2. Grayscale: #BEBEBE. Windows color (decimal): -3486131 or 5099210. OLE color: 5099210.
HSL color Cylindrical-coordinate representation of color #CACE4D: hue angle of 61.86º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CACE4D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 206 | 77 | - |
CMYK | 0.02 | 0 | 0.63 | 0.19 |
HSL | 61.86º | 0.57% | 0.55% | - |
HSV(B) | 61.86º | 0.63% | 0.81% | - |
XYZ | 47.77 | 57.23 | 15.55 | - |
YUV | 190.1 | 64.17 | 136.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 77 | 0.02 | 0 | 0.63 | 0.19 | 61.86 | 0.57 | 0.55 |
Hex | CA | CE | 4D | 2 | 0 | 3F | 13 | 3E | 39 | 37 |
Octal | 312 | 316 | 115 | 2 | 0 | 77 | 23 | 76 | 71 | 67 |
Binary | 11001010 | 11001110 | 1001101 | 10 | 0 | 111111 | 10011 | 111110 | 111001 | 110111 |
Color Harmonies of #CACE4D
Complementary color
Monochromatic Colors of #CACE4D
Black with #CACE4D
Text Example
Text Example
White with #CACE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE4D; }
p { color: rgb(202,206,77); }
H1.HeaderClassName
{
color: #CACE4D;
}
.AnyTagClassName
{
color: #CACE4D;
}
</style>
background-color css
<style>
a { background-color: #CACE4D; }
a { background-color: rgb(202,206,77); }
div.DivClassName
{
background-color: #CACE4D;
}
.BgClassName
{
background-color: #CACE4D;
}
</style>
border-color css
<style>
span { border-color: #CACE4D; }
span { border-color: rgb(202,206,77); }
td.TdClassName
{
border-color: #CACE4D;
}
.TagClassName
{
border-color: #CACE4D;
}
</style>