Shades of Celery #C6C249
Tints of Celery #C6C249
RGB
CMYK
RGB Variations
Color information
#C6C249 (or 0xC6C249) is known color: Celery. HEX triplet: C6, C2 and 49. RGB value is (198,194,73). Sum of RGB (Red+Green+Blue) = 198+194+73=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C249 is #393DB6. Grayscale: #B5B5B5. Windows color (decimal): -3751351 or 4833990. OLE color: 4833990.
HSL color Cylindrical-coordinate representation of color #C6C249: hue angle of 58.08º 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 #C6C249 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 73 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.22 |
| HSL | 58.08º | 0.52% | 0.53% | - |
| HSV(B) | 58.08º | 0.63% | 0.78% | - |
| XYZ | 43.78 | 51.07 | 13.85 | - |
| YUV | 181.4 | 66.83 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 73 | 0 | 0.02 | 0.63 | 0.22 | 58.08 | 0.52 | 0.53 |
| Hex | C6 | C2 | 49 | 0 | 2 | 3F | 16 | 3A | 34 | 35 |
| Octal | 306 | 302 | 111 | 0 | 2 | 77 | 26 | 72 | 64 | 65 |
| Binary | 11000110 | 11000010 | 1001001 | 0 | 10 | 111111 | 10110 | 111010 | 110100 | 110101 |
Color Harmonies of #C6C249
Complementary color
Monochromatic Colors of #C6C249
Black with #C6C249
Text Example
Text Example
White with #C6C249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C249; }
p { color: rgb(198,194,73); }
H1.HeaderClassName
{
color: #C6C249;
}
.AnyTagClassName
{
color: #C6C249;
}
</style>
background-color css
<style>
a { background-color: #C6C249; }
a { background-color: rgb(198,194,73); }
div.DivClassName
{
background-color: #C6C249;
}
.BgClassName
{
background-color: #C6C249;
}
</style>
border-color css
<style>
span { border-color: #C6C249; }
span { border-color: rgb(198,194,73); }
td.TdClassName
{
border-color: #C6C249;
}
.TagClassName
{
border-color: #C6C249;
}
</style>