Shades of Celery #C1C352
Tints of Celery #C1C352
RGB
CMYK
RGB Variations
Color information
#C1C352 (or 0xC1C352) is known color: Celery. HEX triplet: C1, C3 and 52. RGB value is (193,195,82). Sum of RGB (Red+Green+Blue) = 193+195+82=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C352 is #3E3CAD. Grayscale: #B5B5B5. Windows color (decimal): -4078766 or 5424065. OLE color: 5424065.
HSL color Cylindrical-coordinate representation of color #C1C352: hue angle of 61.06º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1C352 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 82 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.24 |
| HSL | 61.06º | 0.48% | 0.54% | - |
| HSV(B) | 61.06º | 0.58% | 0.76% | - |
| XYZ | 43.03 | 50.98 | 15.55 | - |
| YUV | 181.52 | 71.84 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 82 | 0.01 | 0 | 0.58 | 0.24 | 61.06 | 0.48 | 0.54 |
| Hex | C1 | C3 | 52 | 1 | 0 | 3A | 18 | 3D | 30 | 36 |
| Octal | 301 | 303 | 122 | 1 | 0 | 72 | 30 | 75 | 60 | 66 |
| Binary | 11000001 | 11000011 | 1010010 | 1 | 0 | 111010 | 11000 | 111101 | 110000 | 110110 |
Color Harmonies of #C1C352
Complementary color
Monochromatic Colors of #C1C352
Black with #C1C352
Text Example
Text Example
White with #C1C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C352; }
p { color: rgb(193,195,82); }
H1.HeaderClassName
{
color: #C1C352;
}
.AnyTagClassName
{
color: #C1C352;
}
</style>
background-color css
<style>
a { background-color: #C1C352; }
a { background-color: rgb(193,195,82); }
div.DivClassName
{
background-color: #C1C352;
}
.BgClassName
{
background-color: #C1C352;
}
</style>
border-color css
<style>
span { border-color: #C1C352; }
span { border-color: rgb(193,195,82); }
td.TdClassName
{
border-color: #C1C352;
}
.TagClassName
{
border-color: #C1C352;
}
</style>