Shades of Celery #C2C54A
Tints of Celery #C2C54A
RGB
CMYK
RGB Variations
Color information
#C2C54A (or 0xC2C54A) is known color: Celery. HEX triplet: C2, C5 and 4A. RGB value is (194,197,74). Sum of RGB (Red+Green+Blue) = 194+197+74=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C54A is #3D3AB5. Grayscale: #B6B6B6. Windows color (decimal): -4012726 or 4900290. OLE color: 4900290.
HSL color Cylindrical-coordinate representation of color #C2C54A: hue angle of 61.46º 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 #C2C54A is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 74 | - |
| CMYK | 0.02 | 0 | 0.62 | 0.23 |
| HSL | 61.46º | 0.51% | 0.53% | - |
| HSV(B) | 61.46º | 0.62% | 0.77% | - |
| XYZ | 43.45 | 51.9 | 14.21 | - |
| YUV | 182.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 74 | 0.02 | 0 | 0.62 | 0.23 | 61.46 | 0.51 | 0.53 |
| Hex | C2 | C5 | 4A | 2 | 0 | 3E | 17 | 3D | 33 | 35 |
| Octal | 302 | 305 | 112 | 2 | 0 | 76 | 27 | 75 | 63 | 65 |
| Binary | 11000010 | 11000101 | 1001010 | 10 | 0 | 111110 | 10111 | 111101 | 110011 | 110101 |
Color Harmonies of #C2C54A
Complementary color
Monochromatic Colors of #C2C54A
Black with #C2C54A
Text Example
Text Example
White with #C2C54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C54A; }
p { color: rgb(194,197,74); }
H1.HeaderClassName
{
color: #C2C54A;
}
.AnyTagClassName
{
color: #C2C54A;
}
</style>
background-color css
<style>
a { background-color: #C2C54A; }
a { background-color: rgb(194,197,74); }
div.DivClassName
{
background-color: #C2C54A;
}
.BgClassName
{
background-color: #C2C54A;
}
</style>
border-color css
<style>
span { border-color: #C2C54A; }
span { border-color: rgb(194,197,74); }
td.TdClassName
{
border-color: #C2C54A;
}
.TagClassName
{
border-color: #C2C54A;
}
</style>