Shades of Celery #C2CC48
Tints of Celery #C2CC48
RGB
CMYK
RGB Variations
Color information
#C2CC48 (or 0xC2CC48) is known color: Celery. HEX triplet: C2, CC and 48. RGB value is (194,204,72). Sum of RGB (Red+Green+Blue) = 194+204+72=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 72 (28.52% from 255 or 15.32% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CC48 is #3D33B7. Grayscale: #BABABA. Windows color (decimal): -4010936 or 4771010. OLE color: 4771010.
HSL color Cylindrical-coordinate representation of color #C2CC48: hue angle of 64.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2CC48 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 194 | 204 | 72 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.2 |
| HSL | 64.55º | 0.56% | 0.54% | - |
| HSV(B) | 64.55º | 0.65% | 0.8% | - |
| XYZ | 45.01 | 55.12 | 14.4 | - |
| YUV | 185.96 | 63.69 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 204 | 72 | 0.05 | 0 | 0.65 | 0.2 | 64.55 | 0.56 | 0.54 |
| Hex | C2 | CC | 48 | 5 | 0 | 41 | 14 | 41 | 38 | 36 |
| Octal | 302 | 314 | 110 | 5 | 0 | 101 | 24 | 101 | 70 | 66 |
| Binary | 11000010 | 11001100 | 1001000 | 101 | 0 | 1000001 | 10100 | 1000001 | 111000 | 110110 |
Color Harmonies of #C2CC48
Complementary color
Monochromatic Colors of #C2CC48
Black with #C2CC48
Text Example
Text Example
White with #C2CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CC48; }
p { color: rgb(194,204,72); }
H1.HeaderClassName
{
color: #C2CC48;
}
.AnyTagClassName
{
color: #C2CC48;
}
</style>
background-color css
<style>
a { background-color: #C2CC48; }
a { background-color: rgb(194,204,72); }
div.DivClassName
{
background-color: #C2CC48;
}
.BgClassName
{
background-color: #C2CC48;
}
</style>
border-color css
<style>
span { border-color: #C2CC48; }
span { border-color: rgb(194,204,72); }
td.TdClassName
{
border-color: #C2CC48;
}
.TagClassName
{
border-color: #C2CC48;
}
</style>