Shades of Celery #C2C541
Tints of Celery #C2C541
RGB
CMYK
RGB Variations
Color information
#C2C541 (or 0xC2C541) is known color: Celery. HEX triplet: C2, C5 and 41. RGB value is (194,197,65). Sum of RGB (Red+Green+Blue) = 194+197+65=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C541 is #3D3ABE. Grayscale: #B5B5B5. Windows color (decimal): -4012735 or 4310466. OLE color: 4310466.
HSL color Cylindrical-coordinate representation of color #C2C541: hue angle of 61.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2C541 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 65 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.23 |
| HSL | 61.36º | 0.53% | 0.51% | - |
| HSV(B) | 61.36º | 0.67% | 0.77% | - |
| XYZ | 43.17 | 51.78 | 12.72 | - |
| YUV | 181.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 65 | 0.02 | 0 | 0.67 | 0.23 | 61.36 | 0.53 | 0.51 |
| Hex | C2 | C5 | 41 | 2 | 0 | 43 | 17 | 3D | 35 | 33 |
| Octal | 302 | 305 | 101 | 2 | 0 | 103 | 27 | 75 | 65 | 63 |
| Binary | 11000010 | 11000101 | 1000001 | 10 | 0 | 1000011 | 10111 | 111101 | 110101 | 110011 |
Color Harmonies of #C2C541
Complementary color
Monochromatic Colors of #C2C541
Black with #C2C541
Text Example
Text Example
White with #C2C541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C541; }
p { color: rgb(194,197,65); }
H1.HeaderClassName
{
color: #C2C541;
}
.AnyTagClassName
{
color: #C2C541;
}
</style>
background-color css
<style>
a { background-color: #C2C541; }
a { background-color: rgb(194,197,65); }
div.DivClassName
{
background-color: #C2C541;
}
.BgClassName
{
background-color: #C2C541;
}
</style>
border-color css
<style>
span { border-color: #C2C541; }
span { border-color: rgb(194,197,65); }
td.TdClassName
{
border-color: #C2C541;
}
.TagClassName
{
border-color: #C2C541;
}
</style>