Shades of Wattle #C9CA38
Tints of Wattle #C9CA38
RGB
CMYK
RGB Variations
Color information
#C9CA38 (or 0xC9CA38) is known color: Wattle. HEX triplet: C9, CA and 38. RGB value is (201,202,56). Sum of RGB (Red+Green+Blue) = 201+202+56=459 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.79% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 56 (22.27% from 255 or 12.20% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #C9CA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9CA38 is #3635C7. Grayscale: #B9B9B9. Windows color (decimal): -3552712 or 3721929. OLE color: 3721929.
HSL color Cylindrical-coordinate representation of color #C9CA38: hue angle of 60.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9CA38 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 202 | 56 | - |
| CMYK | 0.00 | 0 | 0.72 | 0.21 |
| HSL | 60.41º | 0.58% | 0.51% | - |
| HSV(B) | 60.41º | 0.72% | 0.79% | - |
| XYZ | 45.92 | 54.94 | 11.93 | - |
| YUV | 185.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 202 | 56 | 0.00 | 0 | 0.72 | 0.21 | 60.41 | 0.58 | 0.51 |
| Hex | C9 | CA | 38 | 0 | 0 | 48 | 15 | 3C | 3A | 33 |
| Octal | 311 | 312 | 70 | 0 | 0 | 110 | 25 | 74 | 72 | 63 |
| Binary | 11001001 | 11001010 | 111000 | 0 | 0 | 1001000 | 10101 | 111100 | 111010 | 110011 |
Color Harmonies of #C9CA38
Complementary color
Monochromatic Colors of #C9CA38
Black with #C9CA38
Text Example
Text Example
White with #C9CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9CA38; }
p { color: rgb(201,202,56); }
H1.HeaderClassName
{
color: #C9CA38;
}
.AnyTagClassName
{
color: #C9CA38;
}
</style>
background-color css
<style>
a { background-color: #C9CA38; }
a { background-color: rgb(201,202,56); }
div.DivClassName
{
background-color: #C9CA38;
}
.BgClassName
{
background-color: #C9CA38;
}
</style>
border-color css
<style>
span { border-color: #C9CA38; }
span { border-color: rgb(201,202,56); }
td.TdClassName
{
border-color: #C9CA38;
}
.TagClassName
{
border-color: #C9CA38;
}
</style>