Shades of Celery #C4C946
Tints of Celery #C4C946
RGB
CMYK
RGB Variations
Color information
#C4C946 (or 0xC4C946) is known color: Celery. HEX triplet: C4, C9 and 46. RGB value is (196,201,70). Sum of RGB (Red+Green+Blue) = 196+201+70=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #C4C946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C946 is #3B36B9. Grayscale: #B9B9B9. Windows color (decimal): -3880634 or 4639172. OLE color: 4639172.
HSL color Cylindrical-coordinate representation of color #C4C946: hue angle of 62.29º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4C946 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 201 | 70 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.21 |
| HSL | 62.29º | 0.55% | 0.53% | - |
| HSV(B) | 62.29º | 0.65% | 0.79% | - |
| XYZ | 44.76 | 53.95 | 13.85 | - |
| YUV | 184.57 | 63.34 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 201 | 70 | 0.02 | 0 | 0.65 | 0.21 | 62.29 | 0.55 | 0.53 |
| Hex | C4 | C9 | 46 | 2 | 0 | 41 | 15 | 3E | 37 | 35 |
| Octal | 304 | 311 | 106 | 2 | 0 | 101 | 25 | 76 | 67 | 65 |
| Binary | 11000100 | 11001001 | 1000110 | 10 | 0 | 1000001 | 10101 | 111110 | 110111 | 110101 |
Color Harmonies of #C4C946
Complementary color
Monochromatic Colors of #C4C946
Black with #C4C946
Text Example
Text Example
White with #C4C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C946; }
p { color: rgb(196,201,70); }
H1.HeaderClassName
{
color: #C4C946;
}
.AnyTagClassName
{
color: #C4C946;
}
</style>
background-color css
<style>
a { background-color: #C4C946; }
a { background-color: rgb(196,201,70); }
div.DivClassName
{
background-color: #C4C946;
}
.BgClassName
{
background-color: #C4C946;
}
</style>
border-color css
<style>
span { border-color: #C4C946; }
span { border-color: rgb(196,201,70); }
td.TdClassName
{
border-color: #C4C946;
}
.TagClassName
{
border-color: #C4C946;
}
</style>