Shades of Celery #C2CC46
Tints of Celery #C2CC46
RGB
CMYK
RGB Variations
Color information
#C2CC46 (or 0xC2CC46) is known color: Celery. HEX triplet: C2, CC and 46. RGB value is (194,204,70). Sum of RGB (Red+Green+Blue) = 194+204+70=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC46 is #3D33B9. Grayscale: #BABABA. Windows color (decimal): -4010938 or 4639938. OLE color: 4639938.
HSL color Cylindrical-coordinate representation of color #C2CC46: hue angle of 64.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2CC46 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 70 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.2 |
| HSL | 64.48º | 0.57% | 0.54% | - |
| HSV(B) | 64.48º | 0.66% | 0.8% | - |
| XYZ | 44.95 | 55.1 | 14.06 | - |
| YUV | 185.73 | 62.69 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 70 | 0.05 | 0 | 0.66 | 0.2 | 64.48 | 0.57 | 0.54 |
| Hex | C2 | CC | 46 | 5 | 0 | 42 | 14 | 40 | 39 | 36 |
| Octal | 302 | 314 | 106 | 5 | 0 | 102 | 24 | 100 | 71 | 66 |
| Binary | 11000010 | 11001100 | 1000110 | 101 | 0 | 1000010 | 10100 | 1000000 | 111001 | 110110 |
Color Harmonies of #C2CC46
Complementary color
Monochromatic Colors of #C2CC46
Black with #C2CC46
Text Example
Text Example
White with #C2CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC46; }
p { color: rgb(194,204,70); }
H1.HeaderClassName
{
color: #C2CC46;
}
.AnyTagClassName
{
color: #C2CC46;
}
</style>
background-color css
<style>
a { background-color: #C2CC46; }
a { background-color: rgb(194,204,70); }
div.DivClassName
{
background-color: #C2CC46;
}
.BgClassName
{
background-color: #C2CC46;
}
</style>
border-color css
<style>
span { border-color: #C2CC46; }
span { border-color: rgb(194,204,70); }
td.TdClassName
{
border-color: #C2CC46;
}
.TagClassName
{
border-color: #C2CC46;
}
</style>