Shades of Celery #C2C443
Tints of Celery #C2C443
RGB
CMYK
RGB Variations
Color information
#C2C443 (or 0xC2C443) is known color: Celery. HEX triplet: C2, C4 and 43. RGB value is (194,196,67). Sum of RGB (Red+Green+Blue) = 194+196+67=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 67 (26.56% from 255 or 14.66% from 457); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C443 is #3D3BBC. Grayscale: #B5B5B5. Windows color (decimal): -4012989 or 4441282. OLE color: 4441282.
HSL color Cylindrical-coordinate representation of color #C2C443: hue angle of 60.93º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2C443 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 196 | 67 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.23 |
| HSL | 60.93º | 0.52% | 0.52% | - |
| HSV(B) | 60.93º | 0.66% | 0.77% | - |
| XYZ | 43 | 51.35 | 12.96 | - |
| YUV | 180.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 196 | 67 | 0.01 | 0 | 0.66 | 0.23 | 60.93 | 0.52 | 0.52 |
| Hex | C2 | C4 | 43 | 1 | 0 | 42 | 17 | 3D | 34 | 34 |
| Octal | 302 | 304 | 103 | 1 | 0 | 102 | 27 | 75 | 64 | 64 |
| Binary | 11000010 | 11000100 | 1000011 | 1 | 0 | 1000010 | 10111 | 111101 | 110100 | 110100 |
Color Harmonies of #C2C443
Complementary color
Monochromatic Colors of #C2C443
Black with #C2C443
Text Example
Text Example
White with #C2C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C443; }
p { color: rgb(194,196,67); }
H1.HeaderClassName
{
color: #C2C443;
}
.AnyTagClassName
{
color: #C2C443;
}
</style>
background-color css
<style>
a { background-color: #C2C443; }
a { background-color: rgb(194,196,67); }
div.DivClassName
{
background-color: #C2C443;
}
.BgClassName
{
background-color: #C2C443;
}
</style>
border-color css
<style>
span { border-color: #C2C443; }
span { border-color: rgb(194,196,67); }
td.TdClassName
{
border-color: #C2C443;
}
.TagClassName
{
border-color: #C2C443;
}
</style>