Shades of Celery #C6C94C
Tints of Celery #C6C94C
RGB
CMYK
RGB Variations
Color information
#C6C94C (or 0xC6C94C) is known color: Celery. HEX triplet: C6, C9 and 4C. RGB value is (198,201,76). Sum of RGB (Red+Green+Blue) = 198+201+76=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C94C is #3936B3. Grayscale: #BABABA. Windows color (decimal): -3749556 or 5032390. OLE color: 5032390.
HSL color Cylindrical-coordinate representation of color #C6C94C: hue angle of 61.44º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C94C is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 76 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.21 |
| HSL | 61.44º | 0.54% | 0.54% | - |
| HSV(B) | 61.44º | 0.62% | 0.79% | - |
| XYZ | 45.48 | 54.3 | 14.92 | - |
| YUV | 185.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 76 | 0.01 | 0 | 0.62 | 0.21 | 61.44 | 0.54 | 0.54 |
| Hex | C6 | C9 | 4C | 1 | 0 | 3E | 15 | 3D | 36 | 36 |
| Octal | 306 | 311 | 114 | 1 | 0 | 76 | 25 | 75 | 66 | 66 |
| Binary | 11000110 | 11001001 | 1001100 | 1 | 0 | 111110 | 10101 | 111101 | 110110 | 110110 |
Color Harmonies of #C6C94C
Complementary color
Monochromatic Colors of #C6C94C
Black with #C6C94C
Text Example
Text Example
White with #C6C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C94C; }
p { color: rgb(198,201,76); }
H1.HeaderClassName
{
color: #C6C94C;
}
.AnyTagClassName
{
color: #C6C94C;
}
</style>
background-color css
<style>
a { background-color: #C6C94C; }
a { background-color: rgb(198,201,76); }
div.DivClassName
{
background-color: #C6C94C;
}
.BgClassName
{
background-color: #C6C94C;
}
</style>
border-color css
<style>
span { border-color: #C6C94C; }
span { border-color: rgb(198,201,76); }
td.TdClassName
{
border-color: #C6C94C;
}
.TagClassName
{
border-color: #C6C94C;
}
</style>