Shades of Celery #C2C540
Tints of Celery #C2C540
RGB
CMYK
RGB Variations
Color information
#C2C540 (or 0xC2C540) is known color: Celery. HEX triplet: C2, C5 and 40. RGB value is (194,197,64). Sum of RGB (Red+Green+Blue) = 194+197+64=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C540 is #3D3ABF. Grayscale: #B5B5B5. Windows color (decimal): -4012736 or 4244930. OLE color: 4244930.
HSL color Cylindrical-coordinate representation of color #C2C540: hue angle of 61.35º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2C540 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 64 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.23 |
| HSL | 61.35º | 0.53% | 0.51% | - |
| HSV(B) | 61.35º | 0.68% | 0.77% | - |
| XYZ | 43.14 | 51.77 | 12.57 | - |
| YUV | 180.94 | 62.01 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 64 | 0.02 | 0 | 0.68 | 0.23 | 61.35 | 0.53 | 0.51 |
| Hex | C2 | C5 | 40 | 2 | 0 | 44 | 17 | 3D | 35 | 33 |
| Octal | 302 | 305 | 100 | 2 | 0 | 104 | 27 | 75 | 65 | 63 |
| Binary | 11000010 | 11000101 | 1000000 | 10 | 0 | 1000100 | 10111 | 111101 | 110101 | 110011 |
Color Harmonies of #C2C540
Complementary color
Monochromatic Colors of #C2C540
Black with #C2C540
Text Example
Text Example
White with #C2C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C540; }
p { color: rgb(194,197,64); }
H1.HeaderClassName
{
color: #C2C540;
}
.AnyTagClassName
{
color: #C2C540;
}
</style>
background-color css
<style>
a { background-color: #C2C540; }
a { background-color: rgb(194,197,64); }
div.DivClassName
{
background-color: #C2C540;
}
.BgClassName
{
background-color: #C2C540;
}
</style>
border-color css
<style>
span { border-color: #C2C540; }
span { border-color: rgb(194,197,64); }
td.TdClassName
{
border-color: #C2C540;
}
.TagClassName
{
border-color: #C2C540;
}
</style>