Shades of Celery #C4C54A
Tints of Celery #C4C54A
RGB
CMYK
RGB Variations
Color information
#C4C54A (or 0xC4C54A) is known color: Celery. HEX triplet: C4, C5 and 4A. RGB value is (196,197,74). Sum of RGB (Red+Green+Blue) = 196+197+74=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C54A is #3B3AB5. Grayscale: #B7B7B7. Windows color (decimal): -3881654 or 4900292. OLE color: 4900292.
HSL color Cylindrical-coordinate representation of color #C4C54A: hue angle of 60.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4C54A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 197 | 74 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.23 |
| HSL | 60.49º | 0.51% | 0.53% | - |
| HSV(B) | 60.49º | 0.62% | 0.77% | - |
| XYZ | 43.97 | 52.16 | 14.23 | - |
| YUV | 182.68 | 66.67 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 197 | 74 | 0.01 | 0 | 0.62 | 0.23 | 60.49 | 0.51 | 0.53 |
| Hex | C4 | C5 | 4A | 1 | 0 | 3E | 17 | 3C | 33 | 35 |
| Octal | 304 | 305 | 112 | 1 | 0 | 76 | 27 | 74 | 63 | 65 |
| Binary | 11000100 | 11000101 | 1001010 | 1 | 0 | 111110 | 10111 | 111100 | 110011 | 110101 |
Color Harmonies of #C4C54A
Complementary color
Monochromatic Colors of #C4C54A
Black with #C4C54A
Text Example
Text Example
White with #C4C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C54A; }
p { color: rgb(196,197,74); }
H1.HeaderClassName
{
color: #C4C54A;
}
.AnyTagClassName
{
color: #C4C54A;
}
</style>
background-color css
<style>
a { background-color: #C4C54A; }
a { background-color: rgb(196,197,74); }
div.DivClassName
{
background-color: #C4C54A;
}
.BgClassName
{
background-color: #C4C54A;
}
</style>
border-color css
<style>
span { border-color: #C4C54A; }
span { border-color: rgb(196,197,74); }
td.TdClassName
{
border-color: #C4C54A;
}
.TagClassName
{
border-color: #C4C54A;
}
</style>