Shades of Celery #C2C542
Tints of Celery #C2C542
RGB
CMYK
RGB Variations
Color information
#C2C542 (or 0xC2C542) is known color: Celery. HEX triplet: C2, C5 and 42. RGB value is (194,197,66). Sum of RGB (Red+Green+Blue) = 194+197+66=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C542 is #3D3ABD. Grayscale: #B5B5B5. Windows color (decimal): -4012734 or 4376002. OLE color: 4376002.
HSL color Cylindrical-coordinate representation of color #C2C542: hue angle of 61.37º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2C542 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 66 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.23 |
| HSL | 61.37º | 0.53% | 0.52% | - |
| HSV(B) | 61.37º | 0.66% | 0.77% | - |
| XYZ | 43.2 | 51.8 | 12.87 | - |
| YUV | 181.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 66 | 0.02 | 0 | 0.66 | 0.23 | 61.37 | 0.53 | 0.52 |
| Hex | C2 | C5 | 42 | 2 | 0 | 42 | 17 | 3D | 35 | 34 |
| Octal | 302 | 305 | 102 | 2 | 0 | 102 | 27 | 75 | 65 | 64 |
| Binary | 11000010 | 11000101 | 1000010 | 10 | 0 | 1000010 | 10111 | 111101 | 110101 | 110100 |
Color Harmonies of #C2C542
Complementary color
Monochromatic Colors of #C2C542
Black with #C2C542
Text Example
Text Example
White with #C2C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C542; }
p { color: rgb(194,197,66); }
H1.HeaderClassName
{
color: #C2C542;
}
.AnyTagClassName
{
color: #C2C542;
}
</style>
background-color css
<style>
a { background-color: #C2C542; }
a { background-color: rgb(194,197,66); }
div.DivClassName
{
background-color: #C2C542;
}
.BgClassName
{
background-color: #C2C542;
}
</style>
border-color css
<style>
span { border-color: #C2C542; }
span { border-color: rgb(194,197,66); }
td.TdClassName
{
border-color: #C2C542;
}
.TagClassName
{
border-color: #C2C542;
}
</style>