Shades of Wattle #C5C83D
Tints of Wattle #C5C83D
RGB
CMYK
RGB Variations
Color information
#C5C83D (or 0xC5C83D) is known color: Wattle. HEX triplet: C5, C8 and 3D. RGB value is (197,200,61). Sum of RGB (Red+Green+Blue) = 197+200+61=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C83D is #3A37C2. Grayscale: #B7B7B7. Windows color (decimal): -3815363 or 4049093. OLE color: 4049093.
HSL color Cylindrical-coordinate representation of color #C5C83D: hue angle of 61.29º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5C83D is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 61 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.22 |
| HSL | 61.29º | 0.56% | 0.51% | - |
| HSV(B) | 61.29º | 0.7% | 0.78% | - |
| XYZ | 44.52 | 53.52 | 12.4 | - |
| YUV | 183.26 | 59.01 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 61 | 0.02 | 0 | 0.69 | 0.22 | 61.29 | 0.56 | 0.51 |
| Hex | C5 | C8 | 3D | 2 | 0 | 45 | 16 | 3D | 38 | 33 |
| Octal | 305 | 310 | 75 | 2 | 0 | 105 | 26 | 75 | 70 | 63 |
| Binary | 11000101 | 11001000 | 111101 | 10 | 0 | 1000101 | 10110 | 111101 | 111000 | 110011 |
Color Harmonies of #C5C83D
Complementary color
Monochromatic Colors of #C5C83D
Black with #C5C83D
Text Example
Text Example
White with #C5C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C83D; }
p { color: rgb(197,200,61); }
H1.HeaderClassName
{
color: #C5C83D;
}
.AnyTagClassName
{
color: #C5C83D;
}
</style>
background-color css
<style>
a { background-color: #C5C83D; }
a { background-color: rgb(197,200,61); }
div.DivClassName
{
background-color: #C5C83D;
}
.BgClassName
{
background-color: #C5C83D;
}
</style>
border-color css
<style>
span { border-color: #C5C83D; }
span { border-color: rgb(197,200,61); }
td.TdClassName
{
border-color: #C5C83D;
}
.TagClassName
{
border-color: #C5C83D;
}
</style>