Shades of Celery #C1C552
Tints of Celery #C1C552
RGB
CMYK
RGB Variations
Color information
#C1C552 (or 0xC1C552) is known color: Celery. HEX triplet: C1, C5 and 52. RGB value is (193,197,82). Sum of RGB (Red+Green+Blue) = 193+197+82=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 82 (32.42% from 255 or 17.37% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C552 is #3E3AAD. Grayscale: #B7B7B7. Windows color (decimal): -4078254 or 5424577. OLE color: 5424577.
HSL color Cylindrical-coordinate representation of color #C1C552: hue angle of 62.09º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1C552 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 193 | 197 | 82 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.23 |
| HSL | 62.09º | 0.5% | 0.55% | - |
| HSV(B) | 62.09º | 0.58% | 0.77% | - |
| XYZ | 43.48 | 51.88 | 15.7 | - |
| YUV | 182.69 | 71.17 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 197 | 82 | 0.02 | 0 | 0.58 | 0.23 | 62.09 | 0.5 | 0.55 |
| Hex | C1 | C5 | 52 | 2 | 0 | 3A | 17 | 3E | 32 | 37 |
| Octal | 301 | 305 | 122 | 2 | 0 | 72 | 27 | 76 | 62 | 67 |
| Binary | 11000001 | 11000101 | 1010010 | 10 | 0 | 111010 | 10111 | 111110 | 110010 | 110111 |
Color Harmonies of #C1C552
Complementary color
Monochromatic Colors of #C1C552
Black with #C1C552
Text Example
Text Example
White with #C1C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C552; }
p { color: rgb(193,197,82); }
H1.HeaderClassName
{
color: #C1C552;
}
.AnyTagClassName
{
color: #C1C552;
}
</style>
background-color css
<style>
a { background-color: #C1C552; }
a { background-color: rgb(193,197,82); }
div.DivClassName
{
background-color: #C1C552;
}
.BgClassName
{
background-color: #C1C552;
}
</style>
border-color css
<style>
span { border-color: #C1C552; }
span { border-color: rgb(193,197,82); }
td.TdClassName
{
border-color: #C1C552;
}
.TagClassName
{
border-color: #C1C552;
}
</style>