Shades of Wattle #C6CB44
Tints of Wattle #C6CB44
RGB
CMYK
RGB Variations
Color information
#C6CB44 (or 0xC6CB44) is known color: Wattle. HEX triplet: C6, CB and 44. RGB value is (198,203,68). Sum of RGB (Red+Green+Blue) = 198+203+68=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 68 (26.95% from 255 or 14.50% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB44 is #3934BB. Grayscale: #BABABA. Windows color (decimal): -3749052 or 4508614. OLE color: 4508614.
HSL color Cylindrical-coordinate representation of color #C6CB44: hue angle of 62.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6CB44 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 68 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.20 |
| HSL | 62.22º | 0.56% | 0.53% | - |
| HSV(B) | 62.22º | 0.67% | 0.8% | - |
| XYZ | 45.69 | 55.14 | 13.7 | - |
| YUV | 186.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 68 | 0.02 | 0 | 0.67 | 0.20 | 62.22 | 0.56 | 0.53 |
| Hex | C6 | CB | 44 | 2 | 0 | 43 | 14 | 3E | 38 | 35 |
| Octal | 306 | 313 | 104 | 2 | 0 | 103 | 24 | 76 | 70 | 65 |
| Binary | 11000110 | 11001011 | 1000100 | 10 | 0 | 1000011 | 10100 | 111110 | 111000 | 110101 |
Color Harmonies of #C6CB44
Complementary color
Monochromatic Colors of #C6CB44
Black with #C6CB44
Text Example
Text Example
White with #C6CB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB44; }
p { color: rgb(198,203,68); }
H1.HeaderClassName
{
color: #C6CB44;
}
.AnyTagClassName
{
color: #C6CB44;
}
</style>
background-color css
<style>
a { background-color: #C6CB44; }
a { background-color: rgb(198,203,68); }
div.DivClassName
{
background-color: #C6CB44;
}
.BgClassName
{
background-color: #C6CB44;
}
</style>
border-color css
<style>
span { border-color: #C6CB44; }
span { border-color: rgb(198,203,68); }
td.TdClassName
{
border-color: #C6CB44;
}
.TagClassName
{
border-color: #C6CB44;
}
</style>