Shades of Wattle #C8CC4C
Tints of Wattle #C8CC4C
RGB
CMYK
RGB Variations
Color information
#C8CC4C (or 0xC8CC4C) is known color: Wattle. HEX triplet: C8, CC and 4C. RGB value is (200,204,76). Sum of RGB (Red+Green+Blue) = 200+204+76=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8CC4C is #3733B3. Grayscale: #BCBCBC. Windows color (decimal): -3617716 or 5033160. OLE color: 5033160.
HSL color Cylindrical-coordinate representation of color #C8CC4C: hue angle of 61.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8CC4C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 76 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.2 |
| HSL | 61.88º | 0.56% | 0.55% | - |
| HSV(B) | 61.88º | 0.63% | 0.8% | - |
| XYZ | 46.72 | 55.99 | 15.18 | - |
| YUV | 188.21 | 64.67 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 76 | 0.02 | 0 | 0.63 | 0.2 | 61.88 | 0.56 | 0.55 |
| Hex | C8 | CC | 4C | 2 | 0 | 3F | 14 | 3E | 38 | 37 |
| Octal | 310 | 314 | 114 | 2 | 0 | 77 | 24 | 76 | 70 | 67 |
| Binary | 11001000 | 11001100 | 1001100 | 10 | 0 | 111111 | 10100 | 111110 | 111000 | 110111 |
Color Harmonies of #C8CC4C
Complementary color
Monochromatic Colors of #C8CC4C
Black with #C8CC4C
Text Example
Text Example
White with #C8CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CC4C; }
p { color: rgb(200,204,76); }
H1.HeaderClassName
{
color: #C8CC4C;
}
.AnyTagClassName
{
color: #C8CC4C;
}
</style>
background-color css
<style>
a { background-color: #C8CC4C; }
a { background-color: rgb(200,204,76); }
div.DivClassName
{
background-color: #C8CC4C;
}
.BgClassName
{
background-color: #C8CC4C;
}
</style>
border-color css
<style>
span { border-color: #C8CC4C; }
span { border-color: rgb(200,204,76); }
td.TdClassName
{
border-color: #C8CC4C;
}
.TagClassName
{
border-color: #C8CC4C;
}
</style>