Shades of Celery #C2CA4A
Tints of Celery #C2CA4A
RGB
CMYK
RGB Variations
Color information
#C2CA4A (or 0xC2CA4A) is known color: Celery. HEX triplet: C2, CA and 4A. RGB value is (194,202,74). Sum of RGB (Red+Green+Blue) = 194+202+74=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA4A is #3D35B5. Grayscale: #B9B9B9. Windows color (decimal): -4011446 or 4901570. OLE color: 4901570.
HSL color Cylindrical-coordinate representation of color #C2CA4A: hue angle of 63.75º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2CA4A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 202 | 74 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.21 |
| HSL | 63.75º | 0.55% | 0.54% | - |
| HSV(B) | 63.75º | 0.63% | 0.79% | - |
| XYZ | 44.6 | 54.2 | 14.59 | - |
| YUV | 185.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 202 | 74 | 0.04 | 0 | 0.63 | 0.21 | 63.75 | 0.55 | 0.54 |
| Hex | C2 | CA | 4A | 4 | 0 | 3F | 15 | 40 | 37 | 36 |
| Octal | 302 | 312 | 112 | 4 | 0 | 77 | 25 | 100 | 67 | 66 |
| Binary | 11000010 | 11001010 | 1001010 | 100 | 0 | 111111 | 10101 | 1000000 | 110111 | 110110 |
Color Harmonies of #C2CA4A
Complementary color
Monochromatic Colors of #C2CA4A
Black with #C2CA4A
Text Example
Text Example
White with #C2CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CA4A; }
p { color: rgb(194,202,74); }
H1.HeaderClassName
{
color: #C2CA4A;
}
.AnyTagClassName
{
color: #C2CA4A;
}
</style>
background-color css
<style>
a { background-color: #C2CA4A; }
a { background-color: rgb(194,202,74); }
div.DivClassName
{
background-color: #C2CA4A;
}
.BgClassName
{
background-color: #C2CA4A;
}
</style>
border-color css
<style>
span { border-color: #C2CA4A; }
span { border-color: rgb(194,202,74); }
td.TdClassName
{
border-color: #C2CA4A;
}
.TagClassName
{
border-color: #C2CA4A;
}
</style>