Shades of Celery #C2C846
Tints of Celery #C2C846
RGB
CMYK
RGB Variations
Color information
#C2C846 (or 0xC2C846) is known color: Celery. HEX triplet: C2, C8 and 46. RGB value is (194,200,70). Sum of RGB (Red+Green+Blue) = 194+200+70=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C846 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C846 is #3D37B9. Grayscale: #B7B7B7. Windows color (decimal): -4011962 or 4638914. OLE color: 4638914.
HSL color Cylindrical-coordinate representation of color #C2C846: hue angle of 62.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2C846 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 70 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.22 |
| HSL | 62.77º | 0.54% | 0.53% | - |
| HSV(B) | 62.77º | 0.65% | 0.78% | - |
| XYZ | 44.01 | 53.22 | 13.75 | - |
| YUV | 183.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 70 | 0.03 | 0 | 0.65 | 0.22 | 62.77 | 0.54 | 0.53 |
| Hex | C2 | C8 | 46 | 3 | 0 | 41 | 16 | 3F | 36 | 35 |
| Octal | 302 | 310 | 106 | 3 | 0 | 101 | 26 | 77 | 66 | 65 |
| Binary | 11000010 | 11001000 | 1000110 | 11 | 0 | 1000001 | 10110 | 111111 | 110110 | 110101 |
Color Harmonies of #C2C846
Complementary color
Monochromatic Colors of #C2C846
Black with #C2C846
Text Example
Text Example
White with #C2C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C846; }
p { color: rgb(194,200,70); }
H1.HeaderClassName
{
color: #C2C846;
}
.AnyTagClassName
{
color: #C2C846;
}
</style>
background-color css
<style>
a { background-color: #C2C846; }
a { background-color: rgb(194,200,70); }
div.DivClassName
{
background-color: #C2C846;
}
.BgClassName
{
background-color: #C2C846;
}
</style>
border-color css
<style>
span { border-color: #C2C846; }
span { border-color: rgb(194,200,70); }
td.TdClassName
{
border-color: #C2C846;
}
.TagClassName
{
border-color: #C2C846;
}
</style>