Shades of Celery #C2C43E
Tints of Celery #C2C43E
RGB
CMYK
RGB Variations
Color information
#C2C43E (or 0xC2C43E) is known color: Celery. HEX triplet: C2, C4 and 3E. RGB value is (194,196,62). Sum of RGB (Red+Green+Blue) = 194+196+62=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C43E is #3D3BC1. Grayscale: #B4B4B4. Windows color (decimal): -4012994 or 4113602. OLE color: 4113602.
HSL color Cylindrical-coordinate representation of color #C2C43E: hue angle of 60.9º 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 #C2C43E is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 62 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.23 |
| HSL | 60.9º | 0.53% | 0.51% | - |
| HSV(B) | 60.9º | 0.68% | 0.77% | - |
| XYZ | 42.86 | 51.3 | 12.2 | - |
| YUV | 180.13 | 61.34 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 62 | 0.01 | 0 | 0.68 | 0.23 | 60.9 | 0.53 | 0.51 |
| Hex | C2 | C4 | 3E | 1 | 0 | 44 | 17 | 3D | 35 | 33 |
| Octal | 302 | 304 | 76 | 1 | 0 | 104 | 27 | 75 | 65 | 63 |
| Binary | 11000010 | 11000100 | 111110 | 1 | 0 | 1000100 | 10111 | 111101 | 110101 | 110011 |
Color Harmonies of #C2C43E
Complementary color
Monochromatic Colors of #C2C43E
Black with #C2C43E
Text Example
Text Example
White with #C2C43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C43E; }
p { color: rgb(194,196,62); }
H1.HeaderClassName
{
color: #C2C43E;
}
.AnyTagClassName
{
color: #C2C43E;
}
</style>
background-color css
<style>
a { background-color: #C2C43E; }
a { background-color: rgb(194,196,62); }
div.DivClassName
{
background-color: #C2C43E;
}
.BgClassName
{
background-color: #C2C43E;
}
</style>
border-color css
<style>
span { border-color: #C2C43E; }
span { border-color: rgb(194,196,62); }
td.TdClassName
{
border-color: #C2C43E;
}
.TagClassName
{
border-color: #C2C43E;
}
</style>