Shades of Celery #C4C94C
Tints of Celery #C4C94C
RGB
CMYK
RGB Variations
Color information
#C4C94C (or 0xC4C94C) is known color: Celery. HEX triplet: C4, C9 and 4C. RGB value is (196,201,76). Sum of RGB (Red+Green+Blue) = 196+201+76=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C94C is #3B36B3. Grayscale: #B9B9B9. Windows color (decimal): -3880628 or 5032388. OLE color: 5032388.
HSL color Cylindrical-coordinate representation of color #C4C94C: hue angle of 62.4º 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 #C4C94C is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 76 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.21 |
| HSL | 62.4º | 0.54% | 0.54% | - |
| HSV(B) | 62.4º | 0.62% | 0.79% | - |
| XYZ | 44.96 | 54.03 | 14.9 | - |
| YUV | 185.26 | 66.34 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 76 | 0.02 | 0 | 0.62 | 0.21 | 62.4 | 0.54 | 0.54 |
| Hex | C4 | C9 | 4C | 2 | 0 | 3E | 15 | 3E | 36 | 36 |
| Octal | 304 | 311 | 114 | 2 | 0 | 76 | 25 | 76 | 66 | 66 |
| Binary | 11000100 | 11001001 | 1001100 | 10 | 0 | 111110 | 10101 | 111110 | 110110 | 110110 |
Color Harmonies of #C4C94C
Complementary color
Monochromatic Colors of #C4C94C
Black with #C4C94C
Text Example
Text Example
White with #C4C94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C94C; }
p { color: rgb(196,201,76); }
H1.HeaderClassName
{
color: #C4C94C;
}
.AnyTagClassName
{
color: #C4C94C;
}
</style>
background-color css
<style>
a { background-color: #C4C94C; }
a { background-color: rgb(196,201,76); }
div.DivClassName
{
background-color: #C4C94C;
}
.BgClassName
{
background-color: #C4C94C;
}
</style>
border-color css
<style>
span { border-color: #C4C94C; }
span { border-color: rgb(196,201,76); }
td.TdClassName
{
border-color: #C4C94C;
}
.TagClassName
{
border-color: #C4C94C;
}
</style>