Shades of Celery #C1CC46
Tints of Celery #C1CC46
RGB
CMYK
RGB Variations
Color information
#C1CC46 (or 0xC1CC46) is known color: Celery. HEX triplet: C1, CC and 46. RGB value is (193,204,70). Sum of RGB (Red+Green+Blue) = 193+204+70=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC46 is #3E33B9. Grayscale: #B9B9B9. Windows color (decimal): -4076474 or 4639937. OLE color: 4639937.
HSL color Cylindrical-coordinate representation of color #C1CC46: hue angle of 64.93º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1CC46 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 204 | 70 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.2 |
| HSL | 64.93º | 0.57% | 0.54% | - |
| HSV(B) | 64.93º | 0.66% | 0.8% | - |
| XYZ | 44.69 | 54.97 | 14.05 | - |
| YUV | 185.44 | 62.86 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 204 | 70 | 0.05 | 0 | 0.66 | 0.2 | 64.93 | 0.57 | 0.54 |
| Hex | C1 | CC | 46 | 5 | 0 | 42 | 14 | 41 | 39 | 36 |
| Octal | 301 | 314 | 106 | 5 | 0 | 102 | 24 | 101 | 71 | 66 |
| Binary | 11000001 | 11001100 | 1000110 | 101 | 0 | 1000010 | 10100 | 1000001 | 111001 | 110110 |
Color Harmonies of #C1CC46
Complementary color
Monochromatic Colors of #C1CC46
Black with #C1CC46
Text Example
Text Example
White with #C1CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1CC46; }
p { color: rgb(193,204,70); }
H1.HeaderClassName
{
color: #C1CC46;
}
.AnyTagClassName
{
color: #C1CC46;
}
</style>
background-color css
<style>
a { background-color: #C1CC46; }
a { background-color: rgb(193,204,70); }
div.DivClassName
{
background-color: #C1CC46;
}
.BgClassName
{
background-color: #C1CC46;
}
</style>
border-color css
<style>
span { border-color: #C1CC46; }
span { border-color: rgb(193,204,70); }
td.TdClassName
{
border-color: #C1CC46;
}
.TagClassName
{
border-color: #C1CC46;
}
</style>