Shades of Celery #C6C54C
Tints of Celery #C6C54C
RGB
CMYK
RGB Variations
Color information
#C6C54C (or 0xC6C54C) is known color: Celery. HEX triplet: C6, C5 and 4C. RGB value is (198,197,76). Sum of RGB (Red+Green+Blue) = 198+197+76=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C54C is #393AB3. Grayscale: #B7B7B7. Windows color (decimal): -3750580 or 5031366. OLE color: 5031366.
HSL color Cylindrical-coordinate representation of color #C6C54C: hue angle of 59.51º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C54C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 76 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.22 |
| HSL | 59.51º | 0.52% | 0.54% | - |
| HSV(B) | 59.51º | 0.62% | 0.78% | - |
| XYZ | 44.56 | 52.46 | 14.61 | - |
| YUV | 183.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 76 | 0 | 0.01 | 0.62 | 0.22 | 59.51 | 0.52 | 0.54 |
| Hex | C6 | C5 | 4C | 0 | 1 | 3E | 16 | 3C | 34 | 36 |
| Octal | 306 | 305 | 114 | 0 | 1 | 76 | 26 | 74 | 64 | 66 |
| Binary | 11000110 | 11000101 | 1001100 | 0 | 1 | 111110 | 10110 | 111100 | 110100 | 110110 |
Color Harmonies of #C6C54C
Complementary color
Monochromatic Colors of #C6C54C
Black with #C6C54C
Text Example
Text Example
White with #C6C54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C54C; }
p { color: rgb(198,197,76); }
H1.HeaderClassName
{
color: #C6C54C;
}
.AnyTagClassName
{
color: #C6C54C;
}
</style>
background-color css
<style>
a { background-color: #C6C54C; }
a { background-color: rgb(198,197,76); }
div.DivClassName
{
background-color: #C6C54C;
}
.BgClassName
{
background-color: #C6C54C;
}
</style>
border-color css
<style>
span { border-color: #C6C54C; }
span { border-color: rgb(198,197,76); }
td.TdClassName
{
border-color: #C6C54C;
}
.TagClassName
{
border-color: #C6C54C;
}
</style>