Shades of Celery #C2C34C
Tints of Celery #C2C34C
RGB
CMYK
RGB Variations
Color information
#C2C34C (or 0xC2C34C) is known color: Celery. HEX triplet: C2, C3 and 4C. RGB value is (194,195,76). Sum of RGB (Red+Green+Blue) = 194+195+76=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C34C is #3D3CB3. Grayscale: #B5B5B5. Windows color (decimal): -4013236 or 5030850. OLE color: 5030850.
HSL color Cylindrical-coordinate representation of color #C2C34C: hue angle of 60.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2C34C is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 76 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.24 |
| HSL | 60.5º | 0.5% | 0.53% | - |
| HSV(B) | 60.5º | 0.61% | 0.76% | - |
| XYZ | 43.07 | 51.02 | 14.42 | - |
| YUV | 181.14 | 68.67 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 76 | 0.01 | 0 | 0.61 | 0.24 | 60.5 | 0.5 | 0.53 |
| Hex | C2 | C3 | 4C | 1 | 0 | 3D | 18 | 3D | 32 | 35 |
| Octal | 302 | 303 | 114 | 1 | 0 | 75 | 30 | 75 | 62 | 65 |
| Binary | 11000010 | 11000011 | 1001100 | 1 | 0 | 111101 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C2C34C
Complementary color
Monochromatic Colors of #C2C34C
Black with #C2C34C
Text Example
Text Example
White with #C2C34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C34C; }
p { color: rgb(194,195,76); }
H1.HeaderClassName
{
color: #C2C34C;
}
.AnyTagClassName
{
color: #C2C34C;
}
</style>
background-color css
<style>
a { background-color: #C2C34C; }
a { background-color: rgb(194,195,76); }
div.DivClassName
{
background-color: #C2C34C;
}
.BgClassName
{
background-color: #C2C34C;
}
</style>
border-color css
<style>
span { border-color: #C2C34C; }
span { border-color: rgb(194,195,76); }
td.TdClassName
{
border-color: #C2C34C;
}
.TagClassName
{
border-color: #C2C34C;
}
</style>