Shades of Wattle #C5C83F
Tints of Wattle #C5C83F
RGB
CMYK
RGB Variations
Color information
#C5C83F (or 0xC5C83F) is known color: Wattle. HEX triplet: C5, C8 and 3F. RGB value is (197,200,63). Sum of RGB (Red+Green+Blue) = 197+200+63=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 63 (25% from 255 or 13.70% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C83F is #3A37C0. Grayscale: #B8B8B8. Windows color (decimal): -3815361 or 4180165. OLE color: 4180165.
HSL color Cylindrical-coordinate representation of color #C5C83F: hue angle of 61.31º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C5C83F is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 200 | 63 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.22 |
| HSL | 61.31º | 0.55% | 0.52% | - |
| HSV(B) | 61.31º | 0.69% | 0.78% | - |
| XYZ | 44.58 | 53.54 | 12.69 | - |
| YUV | 183.49 | 60.01 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 200 | 63 | 0.02 | 0 | 0.68 | 0.22 | 61.31 | 0.55 | 0.52 |
| Hex | C5 | C8 | 3F | 2 | 0 | 44 | 16 | 3D | 37 | 34 |
| Octal | 305 | 310 | 77 | 2 | 0 | 104 | 26 | 75 | 67 | 64 |
| Binary | 11000101 | 11001000 | 111111 | 10 | 0 | 1000100 | 10110 | 111101 | 110111 | 110100 |
Color Harmonies of #C5C83F
Complementary color
Monochromatic Colors of #C5C83F
Black with #C5C83F
Text Example
Text Example
White with #C5C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C83F; }
p { color: rgb(197,200,63); }
H1.HeaderClassName
{
color: #C5C83F;
}
.AnyTagClassName
{
color: #C5C83F;
}
</style>
background-color css
<style>
a { background-color: #C5C83F; }
a { background-color: rgb(197,200,63); }
div.DivClassName
{
background-color: #C5C83F;
}
.BgClassName
{
background-color: #C5C83F;
}
</style>
border-color css
<style>
span { border-color: #C5C83F; }
span { border-color: rgb(197,200,63); }
td.TdClassName
{
border-color: #C5C83F;
}
.TagClassName
{
border-color: #C5C83F;
}
</style>