Shades of Celery #C6C04A
Tints of Celery #C6C04A
RGB
CMYK
RGB Variations
Color information
#C6C04A (or 0xC6C04A) is known color: Celery. HEX triplet: C6, C0 and 4A. RGB value is (198,192,74). Sum of RGB (Red+Green+Blue) = 198+192+74=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C04A is #393FB5. Grayscale: #B4B4B4. Windows color (decimal): -3751862 or 4899014. OLE color: 4899014.
HSL color Cylindrical-coordinate representation of color #C6C04A: hue angle of 57.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6C04A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 192 | 74 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.22 |
| HSL | 57.1º | 0.52% | 0.53% | - |
| HSV(B) | 57.1º | 0.63% | 0.78% | - |
| XYZ | 43.37 | 50.2 | 13.88 | - |
| YUV | 180.34 | 67.99 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 192 | 74 | 0 | 0.03 | 0.63 | 0.22 | 57.1 | 0.52 | 0.53 |
| Hex | C6 | C0 | 4A | 0 | 3 | 3F | 16 | 39 | 34 | 35 |
| Octal | 306 | 300 | 112 | 0 | 3 | 77 | 26 | 71 | 64 | 65 |
| Binary | 11000110 | 11000000 | 1001010 | 0 | 11 | 111111 | 10110 | 111001 | 110100 | 110101 |
Color Harmonies of #C6C04A
Complementary color
Monochromatic Colors of #C6C04A
Black with #C6C04A
Text Example
Text Example
White with #C6C04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C04A; }
p { color: rgb(198,192,74); }
H1.HeaderClassName
{
color: #C6C04A;
}
.AnyTagClassName
{
color: #C6C04A;
}
</style>
background-color css
<style>
a { background-color: #C6C04A; }
a { background-color: rgb(198,192,74); }
div.DivClassName
{
background-color: #C6C04A;
}
.BgClassName
{
background-color: #C6C04A;
}
</style>
border-color css
<style>
span { border-color: #C6C04A; }
span { border-color: rgb(198,192,74); }
td.TdClassName
{
border-color: #C6C04A;
}
.TagClassName
{
border-color: #C6C04A;
}
</style>