Shades of Celery #C2C34D
Tints of Celery #C2C34D
RGB
CMYK
RGB Variations
Color information
#C2C34D (or 0xC2C34D) is known color: Celery. HEX triplet: C2, C3 and 4D. RGB value is (194,195,77). Sum of RGB (Red+Green+Blue) = 194+195+77=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 195 (76.56% from 255 or 41.85% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C34D is #3D3CB2. Grayscale: #B5B5B5. Windows color (decimal): -4013235 or 5096386. OLE color: 5096386.
HSL color Cylindrical-coordinate representation of color #C2C34D: hue angle of 60.51º 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 #C2C34D is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 77 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.24 |
| HSL | 60.51º | 0.5% | 0.53% | - |
| HSV(B) | 60.51º | 0.61% | 0.76% | - |
| XYZ | 43.1 | 51.04 | 14.6 | - |
| YUV | 181.25 | 69.17 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 77 | 0.01 | 0 | 0.61 | 0.24 | 60.51 | 0.5 | 0.53 |
| Hex | C2 | C3 | 4D | 1 | 0 | 3D | 18 | 3D | 32 | 35 |
| Octal | 302 | 303 | 115 | 1 | 0 | 75 | 30 | 75 | 62 | 65 |
| Binary | 11000010 | 11000011 | 1001101 | 1 | 0 | 111101 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C2C34D
Complementary color
Monochromatic Colors of #C2C34D
Black with #C2C34D
Text Example
Text Example
White with #C2C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C34D; }
p { color: rgb(194,195,77); }
H1.HeaderClassName
{
color: #C2C34D;
}
.AnyTagClassName
{
color: #C2C34D;
}
</style>
background-color css
<style>
a { background-color: #C2C34D; }
a { background-color: rgb(194,195,77); }
div.DivClassName
{
background-color: #C2C34D;
}
.BgClassName
{
background-color: #C2C34D;
}
</style>
border-color css
<style>
span { border-color: #C2C34D; }
span { border-color: rgb(194,195,77); }
td.TdClassName
{
border-color: #C2C34D;
}
.TagClassName
{
border-color: #C2C34D;
}
</style>