Shades of Celery #C2C13D
Tints of Celery #C2C13D
RGB
CMYK
RGB Variations
Color information
#C2C13D (or 0xC2C13D) is known color: Celery. HEX triplet: C2, C1 and 3D. RGB value is (194,193,61). Sum of RGB (Red+Green+Blue) = 194+193+61=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C13D is #3D3EC2. Grayscale: #B2B2B2. Windows color (decimal): -4013763 or 4047298. OLE color: 4047298.
HSL color Cylindrical-coordinate representation of color #C2C13D: hue angle of 59.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2C13D is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 193 | 61 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.24 |
| HSL | 59.55º | 0.52% | 0.5% | - |
| HSV(B) | 59.55º | 0.69% | 0.76% | - |
| XYZ | 42.16 | 49.95 | 11.83 | - |
| YUV | 178.25 | 61.83 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 193 | 61 | 0 | 0.01 | 0.69 | 0.24 | 59.55 | 0.52 | 0.5 |
| Hex | C2 | C1 | 3D | 0 | 1 | 45 | 18 | 3C | 34 | 32 |
| Octal | 302 | 301 | 75 | 0 | 1 | 105 | 30 | 74 | 64 | 62 |
| Binary | 11000010 | 11000001 | 111101 | 0 | 1 | 1000101 | 11000 | 111100 | 110100 | 110010 |
Color Harmonies of #C2C13D
Complementary color
Monochromatic Colors of #C2C13D
Black with #C2C13D
Text Example
Text Example
White with #C2C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C13D; }
p { color: rgb(194,193,61); }
H1.HeaderClassName
{
color: #C2C13D;
}
.AnyTagClassName
{
color: #C2C13D;
}
</style>
background-color css
<style>
a { background-color: #C2C13D; }
a { background-color: rgb(194,193,61); }
div.DivClassName
{
background-color: #C2C13D;
}
.BgClassName
{
background-color: #C2C13D;
}
</style>
border-color css
<style>
span { border-color: #C2C13D; }
span { border-color: rgb(194,193,61); }
td.TdClassName
{
border-color: #C2C13D;
}
.TagClassName
{
border-color: #C2C13D;
}
</style>