Shades of Celery #C2C23D
Tints of Celery #C2C23D
RGB
CMYK
RGB Variations
Color information
#C2C23D (or 0xC2C23D) is known color: Celery. HEX triplet: C2, C2 and 3D. RGB value is (194,194,61). Sum of RGB (Red+Green+Blue) = 194+194+61=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C23D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C23D is #3D3DC2. Grayscale: #B3B3B3. Windows color (decimal): -4013507 or 4047554. OLE color: 4047554.
HSL color Cylindrical-coordinate representation of color #C2C23D: hue angle of 60º 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 #C2C23D is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 194 | 61 | - |
| CMYK | 0 | 0 | 0.69 | 0.24 |
| HSL | 60º | 0.52% | 0.5% | - |
| HSV(B) | 60º | 0.69% | 0.76% | - |
| XYZ | 42.38 | 50.39 | 11.91 | - |
| YUV | 178.84 | 61.5 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 194 | 61 | 0 | 0 | 0.69 | 0.24 | 60 | 0.52 | 0.5 |
| Hex | C2 | C2 | 3D | 0 | 0 | 45 | 18 | 3C | 34 | 32 |
| Octal | 302 | 302 | 75 | 0 | 0 | 105 | 30 | 74 | 64 | 62 |
| Binary | 11000010 | 11000010 | 111101 | 0 | 0 | 1000101 | 11000 | 111100 | 110100 | 110010 |
Color Harmonies of #C2C23D
Complementary color
Monochromatic Colors of #C2C23D
Black with #C2C23D
Text Example
Text Example
White with #C2C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C23D; }
p { color: rgb(194,194,61); }
H1.HeaderClassName
{
color: #C2C23D;
}
.AnyTagClassName
{
color: #C2C23D;
}
</style>
background-color css
<style>
a { background-color: #C2C23D; }
a { background-color: rgb(194,194,61); }
div.DivClassName
{
background-color: #C2C23D;
}
.BgClassName
{
background-color: #C2C23D;
}
</style>
border-color css
<style>
span { border-color: #C2C23D; }
span { border-color: rgb(194,194,61); }
td.TdClassName
{
border-color: #C2C23D;
}
.TagClassName
{
border-color: #C2C23D;
}
</style>