Shades of Wattle #C8CD4A
Tints of Wattle #C8CD4A
RGB
CMYK
RGB Variations
Color information
#C8CD4A (or 0xC8CD4A) is known color: Wattle. HEX triplet: C8, CD and 4A. RGB value is (200,205,74). Sum of RGB (Red+Green+Blue) = 200+205+74=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CD4A is #3732B5. Grayscale: #BDBDBD. Windows color (decimal): -3617462 or 4902344. OLE color: 4902344.
HSL color Cylindrical-coordinate representation of color #C8CD4A: hue angle of 62.29º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8CD4A is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 205 | 74 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.20 |
| HSL | 62.29º | 0.57% | 0.55% | - |
| HSV(B) | 62.29º | 0.64% | 0.8% | - |
| XYZ | 46.89 | 56.44 | 14.9 | - |
| YUV | 188.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 205 | 74 | 0.02 | 0 | 0.64 | 0.20 | 62.29 | 0.57 | 0.55 |
| Hex | C8 | CD | 4A | 2 | 0 | 40 | 14 | 3E | 39 | 37 |
| Octal | 310 | 315 | 112 | 2 | 0 | 100 | 24 | 76 | 71 | 67 |
| Binary | 11001000 | 11001101 | 1001010 | 10 | 0 | 1000000 | 10100 | 111110 | 111001 | 110111 |
Color Harmonies of #C8CD4A
Complementary color
Monochromatic Colors of #C8CD4A
Black with #C8CD4A
Text Example
Text Example
White with #C8CD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CD4A; }
p { color: rgb(200,205,74); }
H1.HeaderClassName
{
color: #C8CD4A;
}
.AnyTagClassName
{
color: #C8CD4A;
}
</style>
background-color css
<style>
a { background-color: #C8CD4A; }
a { background-color: rgb(200,205,74); }
div.DivClassName
{
background-color: #C8CD4A;
}
.BgClassName
{
background-color: #C8CD4A;
}
</style>
border-color css
<style>
span { border-color: #C8CD4A; }
span { border-color: rgb(200,205,74); }
td.TdClassName
{
border-color: #C8CD4A;
}
.TagClassName
{
border-color: #C8CD4A;
}
</style>