Shades of Celery #C2C144
Tints of Celery #C2C144
RGB
CMYK
RGB Variations
Color information
#C2C144 (or 0xC2C144) is known color: Celery. HEX triplet: C2, C1 and 44. RGB value is (194,193,68). Sum of RGB (Red+Green+Blue) = 194+193+68=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C144 is #3D3EBB. Grayscale: #B3B3B3. Windows color (decimal): -4013756 or 4506050. OLE color: 4506050.
HSL color Cylindrical-coordinate representation of color #C2C144: hue angle of 59.52º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2C144 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 68 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.24 |
| HSL | 59.52º | 0.51% | 0.51% | - |
| HSV(B) | 59.52º | 0.65% | 0.76% | - |
| XYZ | 42.36 | 50.03 | 12.89 | - |
| YUV | 179.05 | 65.33 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 68 | 0 | 0.01 | 0.65 | 0.24 | 59.52 | 0.51 | 0.51 |
| Hex | C2 | C1 | 44 | 0 | 1 | 41 | 18 | 3C | 33 | 33 |
| Octal | 302 | 301 | 104 | 0 | 1 | 101 | 30 | 74 | 63 | 63 |
| Binary | 11000010 | 11000001 | 1000100 | 0 | 1 | 1000001 | 11000 | 111100 | 110011 | 110011 |
Color Harmonies of #C2C144
Complementary color
Monochromatic Colors of #C2C144
Black with #C2C144
Text Example
Text Example
White with #C2C144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C144; }
p { color: rgb(194,193,68); }
H1.HeaderClassName
{
color: #C2C144;
}
.AnyTagClassName
{
color: #C2C144;
}
</style>
background-color css
<style>
a { background-color: #C2C144; }
a { background-color: rgb(194,193,68); }
div.DivClassName
{
background-color: #C2C144;
}
.BgClassName
{
background-color: #C2C144;
}
</style>
border-color css
<style>
span { border-color: #C2C144; }
span { border-color: rgb(194,193,68); }
td.TdClassName
{
border-color: #C2C144;
}
.TagClassName
{
border-color: #C2C144;
}
</style>