Shades of Wattle #C5C234
Tints of Wattle #C5C234
RGB
CMYK
RGB Variations
Color information
#C5C234 (or 0xC5C234) is known color: Wattle. HEX triplet: C5, C2 and 34. RGB value is (197,194,52). Sum of RGB (Red+Green+Blue) = 197+194+52=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C234 is #3A3DCB. Grayscale: #B3B3B3. Windows color (decimal): -3816908 or 3457733. OLE color: 3457733.
HSL color Cylindrical-coordinate representation of color #C5C234: hue angle of 58.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5C234 is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 52 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.23 |
| HSL | 58.76º | 0.58% | 0.49% | - |
| HSV(B) | 58.76º | 0.74% | 0.77% | - |
| XYZ | 42.94 | 50.7 | 10.77 | - |
| YUV | 178.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 52 | 0 | 0.02 | 0.74 | 0.23 | 58.76 | 0.58 | 0.49 |
| Hex | C5 | C2 | 34 | 0 | 2 | 4A | 17 | 3B | 3A | 31 |
| Octal | 305 | 302 | 64 | 0 | 2 | 112 | 27 | 73 | 72 | 61 |
| Binary | 11000101 | 11000010 | 110100 | 0 | 10 | 1001010 | 10111 | 111011 | 111010 | 110001 |
Color Harmonies of #C5C234
Complementary color
Monochromatic Colors of #C5C234
Black with #C5C234
Text Example
Text Example
White with #C5C234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C234; }
p { color: rgb(197,194,52); }
H1.HeaderClassName
{
color: #C5C234;
}
.AnyTagClassName
{
color: #C5C234;
}
</style>
background-color css
<style>
a { background-color: #C5C234; }
a { background-color: rgb(197,194,52); }
div.DivClassName
{
background-color: #C5C234;
}
.BgClassName
{
background-color: #C5C234;
}
</style>
border-color css
<style>
span { border-color: #C5C234; }
span { border-color: rgb(197,194,52); }
td.TdClassName
{
border-color: #C5C234;
}
.TagClassName
{
border-color: #C5C234;
}
</style>