Shades of Wattle #C6CB3F
Tints of Wattle #C6CB3F
RGB
CMYK
RGB Variations
Color information
#C6CB3F (or 0xC6CB3F) is known color: Wattle. HEX triplet: C6, CB and 3F. RGB value is (198,203,63). Sum of RGB (Red+Green+Blue) = 198+203+63=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 63 (25% from 255 or 13.58% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #C6CB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6CB3F is #3934C0. Grayscale: #BABABA. Windows color (decimal): -3749057 or 4180934. OLE color: 4180934.
HSL color Cylindrical-coordinate representation of color #C6CB3F: hue angle of 62.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6CB3F is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 203 | 63 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.20 |
| HSL | 62.14º | 0.57% | 0.52% | - |
| HSV(B) | 62.14º | 0.69% | 0.8% | - |
| XYZ | 45.54 | 55.08 | 12.93 | - |
| YUV | 185.55 | 58.84 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 203 | 63 | 0.02 | 0 | 0.69 | 0.20 | 62.14 | 0.57 | 0.52 |
| Hex | C6 | CB | 3F | 2 | 0 | 45 | 14 | 3E | 39 | 34 |
| Octal | 306 | 313 | 77 | 2 | 0 | 105 | 24 | 76 | 71 | 64 |
| Binary | 11000110 | 11001011 | 111111 | 10 | 0 | 1000101 | 10100 | 111110 | 111001 | 110100 |
Color Harmonies of #C6CB3F
Complementary color
Monochromatic Colors of #C6CB3F
Black with #C6CB3F
Text Example
Text Example
White with #C6CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6CB3F; }
p { color: rgb(198,203,63); }
H1.HeaderClassName
{
color: #C6CB3F;
}
.AnyTagClassName
{
color: #C6CB3F;
}
</style>
background-color css
<style>
a { background-color: #C6CB3F; }
a { background-color: rgb(198,203,63); }
div.DivClassName
{
background-color: #C6CB3F;
}
.BgClassName
{
background-color: #C6CB3F;
}
</style>
border-color css
<style>
span { border-color: #C6CB3F; }
span { border-color: rgb(198,203,63); }
td.TdClassName
{
border-color: #C6CB3F;
}
.TagClassName
{
border-color: #C6CB3F;
}
</style>