Shades of Wattle #C5CA44
Tints of Wattle #C5CA44
RGB
CMYK
RGB Variations
Color information
#C5CA44 (or 0xC5CA44) is known color: Wattle. HEX triplet: C5, CA and 44. RGB value is (197,202,68). Sum of RGB (Red+Green+Blue) = 197+202+68=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA44 is #3A35BB. Grayscale: #B9B9B9. Windows color (decimal): -3814844 or 4508357. OLE color: 4508357.
HSL color Cylindrical-coordinate representation of color #C5CA44: hue angle of 62.24º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5CA44 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 202 | 68 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.21 |
| HSL | 62.24º | 0.56% | 0.53% | - |
| HSV(B) | 62.24º | 0.66% | 0.79% | - |
| XYZ | 45.19 | 54.53 | 13.61 | - |
| YUV | 185.23 | 61.84 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 202 | 68 | 0.02 | 0 | 0.66 | 0.21 | 62.24 | 0.56 | 0.53 |
| Hex | C5 | CA | 44 | 2 | 0 | 42 | 15 | 3E | 38 | 35 |
| Octal | 305 | 312 | 104 | 2 | 0 | 102 | 25 | 76 | 70 | 65 |
| Binary | 11000101 | 11001010 | 1000100 | 10 | 0 | 1000010 | 10101 | 111110 | 111000 | 110101 |
Color Harmonies of #C5CA44
Complementary color
Monochromatic Colors of #C5CA44
Black with #C5CA44
Text Example
Text Example
White with #C5CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5CA44; }
p { color: rgb(197,202,68); }
H1.HeaderClassName
{
color: #C5CA44;
}
.AnyTagClassName
{
color: #C5CA44;
}
</style>
background-color css
<style>
a { background-color: #C5CA44; }
a { background-color: rgb(197,202,68); }
div.DivClassName
{
background-color: #C5CA44;
}
.BgClassName
{
background-color: #C5CA44;
}
</style>
border-color css
<style>
span { border-color: #C5CA44; }
span { border-color: rgb(197,202,68); }
td.TdClassName
{
border-color: #C5CA44;
}
.TagClassName
{
border-color: #C5CA44;
}
</style>