Shades of Wattle #C8CA4C
Tints of Wattle #C8CA4C
RGB
CMYK
RGB Variations
Color information
#C8CA4C (or 0xC8CA4C) is known color: Wattle. HEX triplet: C8, CA and 4C. RGB value is (200,202,76). Sum of RGB (Red+Green+Blue) = 200+202+76=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #C8CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CA4C is #3735B3. Grayscale: #BBBBBB. Windows color (decimal): -3618228 or 5032648. OLE color: 5032648.
HSL color Cylindrical-coordinate representation of color #C8CA4C: hue angle of 60.95º 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 #C8CA4C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 202 | 76 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.21 |
| HSL | 60.95º | 0.54% | 0.55% | - |
| HSV(B) | 60.95º | 0.62% | 0.79% | - |
| XYZ | 46.24 | 55.04 | 15.02 | - |
| YUV | 187.04 | 65.34 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 202 | 76 | 0.01 | 0 | 0.62 | 0.21 | 60.95 | 0.54 | 0.55 |
| Hex | C8 | CA | 4C | 1 | 0 | 3E | 15 | 3D | 36 | 37 |
| Octal | 310 | 312 | 114 | 1 | 0 | 76 | 25 | 75 | 66 | 67 |
| Binary | 11001000 | 11001010 | 1001100 | 1 | 0 | 111110 | 10101 | 111101 | 110110 | 110111 |
Color Harmonies of #C8CA4C
Complementary color
Monochromatic Colors of #C8CA4C
Black with #C8CA4C
Text Example
Text Example
White with #C8CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CA4C; }
p { color: rgb(200,202,76); }
H1.HeaderClassName
{
color: #C8CA4C;
}
.AnyTagClassName
{
color: #C8CA4C;
}
</style>
background-color css
<style>
a { background-color: #C8CA4C; }
a { background-color: rgb(200,202,76); }
div.DivClassName
{
background-color: #C8CA4C;
}
.BgClassName
{
background-color: #C8CA4C;
}
</style>
border-color css
<style>
span { border-color: #C8CA4C; }
span { border-color: rgb(200,202,76); }
td.TdClassName
{
border-color: #C8CA4C;
}
.TagClassName
{
border-color: #C8CA4C;
}
</style>