Shades of Wattle #C4C83C
Tints of Wattle #C4C83C
RGB
CMYK
RGB Variations
Color information
#C4C83C (or 0xC4C83C) is known color: Wattle. HEX triplet: C4, C8 and 3C. RGB value is (196,200,60). Sum of RGB (Red+Green+Blue) = 196+200+60=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 200 (78.52% from 255 or 43.86% from 456); Blue value is 60 (23.83% from 255 or 13.16% from 456); Max value from RGB is 200 - color contains mainly: green. Hex color #C4C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C83C is #3B37C3. Grayscale: #B7B7B7. Windows color (decimal): -3880900 or 3983556. OLE color: 3983556.
HSL color Cylindrical-coordinate representation of color #C4C83C: hue angle of 61.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4C83C is Cyan = 0.02, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 196 | 200 | 60 | - |
| CMYK | 0.02 | 0 | 0.7 | 0.22 |
| HSL | 61.71º | 0.56% | 0.51% | - |
| HSV(B) | 61.71º | 0.7% | 0.78% | - |
| XYZ | 44.23 | 53.37 | 12.25 | - |
| YUV | 182.84 | 58.67 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 200 | 60 | 0.02 | 0 | 0.7 | 0.22 | 61.71 | 0.56 | 0.51 |
| Hex | C4 | C8 | 3C | 2 | 0 | 46 | 16 | 3E | 38 | 33 |
| Octal | 304 | 310 | 74 | 2 | 0 | 106 | 26 | 76 | 70 | 63 |
| Binary | 11000100 | 11001000 | 111100 | 10 | 0 | 1000110 | 10110 | 111110 | 111000 | 110011 |
Color Harmonies of #C4C83C
Complementary color
Monochromatic Colors of #C4C83C
Black with #C4C83C
Text Example
Text Example
White with #C4C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C83C; }
p { color: rgb(196,200,60); }
H1.HeaderClassName
{
color: #C4C83C;
}
.AnyTagClassName
{
color: #C4C83C;
}
</style>
background-color css
<style>
a { background-color: #C4C83C; }
a { background-color: rgb(196,200,60); }
div.DivClassName
{
background-color: #C4C83C;
}
.BgClassName
{
background-color: #C4C83C;
}
</style>
border-color css
<style>
span { border-color: #C4C83C; }
span { border-color: rgb(196,200,60); }
td.TdClassName
{
border-color: #C4C83C;
}
.TagClassName
{
border-color: #C4C83C;
}
</style>