Shades of Celery #C2CA48
Tints of Celery #C2CA48
RGB
CMYK
RGB Variations
Color information
#C2CA48 (or 0xC2CA48) is known color: Celery. HEX triplet: C2, CA and 48. RGB value is (194,202,72). Sum of RGB (Red+Green+Blue) = 194+202+72=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA48 is #3D35B7. Grayscale: #B9B9B9. Windows color (decimal): -4011448 or 4770498. OLE color: 4770498.
HSL color Cylindrical-coordinate representation of color #C2CA48: hue angle of 63.69º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2CA48 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 72 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.21 |
| HSL | 63.69º | 0.55% | 0.54% | - |
| HSV(B) | 63.69º | 0.64% | 0.79% | - |
| XYZ | 44.54 | 54.18 | 14.24 | - |
| YUV | 184.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 72 | 0.04 | 0 | 0.64 | 0.21 | 63.69 | 0.55 | 0.54 |
| Hex | C2 | CA | 48 | 4 | 0 | 40 | 15 | 40 | 37 | 36 |
| Octal | 302 | 312 | 110 | 4 | 0 | 100 | 25 | 100 | 67 | 66 |
| Binary | 11000010 | 11001010 | 1001000 | 100 | 0 | 1000000 | 10101 | 1000000 | 110111 | 110110 |
Color Harmonies of #C2CA48
Complementary color
Monochromatic Colors of #C2CA48
Black with #C2CA48
Text Example
Text Example
White with #C2CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA48; }
p { color: rgb(194,202,72); }
H1.HeaderClassName
{
color: #C2CA48;
}
.AnyTagClassName
{
color: #C2CA48;
}
</style>
background-color css
<style>
a { background-color: #C2CA48; }
a { background-color: rgb(194,202,72); }
div.DivClassName
{
background-color: #C2CA48;
}
.BgClassName
{
background-color: #C2CA48;
}
</style>
border-color css
<style>
span { border-color: #C2CA48; }
span { border-color: rgb(194,202,72); }
td.TdClassName
{
border-color: #C2CA48;
}
.TagClassName
{
border-color: #C2CA48;
}
</style>