Shades of Wattle #C8CA4D
Tints of Wattle #C8CA4D
RGB
CMYK
RGB Variations
Color information
#C8CA4D (or 0xC8CA4D) is known color: Wattle. HEX triplet: C8, CA and 4D. RGB value is (200,202,77). Sum of RGB (Red+Green+Blue) = 200+202+77=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CA4D is #3735B2. Grayscale: #BBBBBB. Windows color (decimal): -3618227 or 5098184. OLE color: 5098184.
HSL color Cylindrical-coordinate representation of color #C8CA4D: hue angle of 60.96º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8CA4D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 77 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.21 |
| HSL | 60.96º | 0.54% | 0.55% | - |
| HSV(B) | 60.96º | 0.62% | 0.79% | - |
| XYZ | 46.28 | 55.06 | 15.21 | - |
| YUV | 187.15 | 65.84 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 77 | 0.01 | 0 | 0.62 | 0.21 | 60.96 | 0.54 | 0.55 |
| Hex | C8 | CA | 4D | 1 | 0 | 3E | 15 | 3D | 36 | 37 |
| Octal | 310 | 312 | 115 | 1 | 0 | 76 | 25 | 75 | 66 | 67 |
| Binary | 11001000 | 11001010 | 1001101 | 1 | 0 | 111110 | 10101 | 111101 | 110110 | 110111 |
Color Harmonies of #C8CA4D
Complementary color
Monochromatic Colors of #C8CA4D
Black with #C8CA4D
Text Example
Text Example
White with #C8CA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA4D; }
p { color: rgb(200,202,77); }
H1.HeaderClassName
{
color: #C8CA4D;
}
.AnyTagClassName
{
color: #C8CA4D;
}
</style>
background-color css
<style>
a { background-color: #C8CA4D; }
a { background-color: rgb(200,202,77); }
div.DivClassName
{
background-color: #C8CA4D;
}
.BgClassName
{
background-color: #C8CA4D;
}
</style>
border-color css
<style>
span { border-color: #C8CA4D; }
span { border-color: rgb(200,202,77); }
td.TdClassName
{
border-color: #C8CA4D;
}
.TagClassName
{
border-color: #C8CA4D;
}
</style>