Shades of Celery #C1C340
Tints of Celery #C1C340
RGB
CMYK
RGB Variations
Color information
#C1C340 (or 0xC1C340) is known color: Celery. HEX triplet: C1, C3 and 40. RGB value is (193,195,64). Sum of RGB (Red+Green+Blue) = 193+195+64=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C340 is #3E3CBF. Grayscale: #B3B3B3. Windows color (decimal): -4078784 or 4244417. OLE color: 4244417.
HSL color Cylindrical-coordinate representation of color #C1C340: hue angle of 60.92º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C1C340 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 64 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.24 |
| HSL | 60.92º | 0.52% | 0.51% | - |
| HSV(B) | 60.92º | 0.67% | 0.76% | - |
| XYZ | 42.43 | 50.74 | 12.41 | - |
| YUV | 179.47 | 62.84 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 64 | 0.01 | 0 | 0.67 | 0.24 | 60.92 | 0.52 | 0.51 |
| Hex | C1 | C3 | 40 | 1 | 0 | 43 | 18 | 3D | 34 | 33 |
| Octal | 301 | 303 | 100 | 1 | 0 | 103 | 30 | 75 | 64 | 63 |
| Binary | 11000001 | 11000011 | 1000000 | 1 | 0 | 1000011 | 11000 | 111101 | 110100 | 110011 |
Color Harmonies of #C1C340
Complementary color
Monochromatic Colors of #C1C340
Black with #C1C340
Text Example
Text Example
White with #C1C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C340; }
p { color: rgb(193,195,64); }
H1.HeaderClassName
{
color: #C1C340;
}
.AnyTagClassName
{
color: #C1C340;
}
</style>
background-color css
<style>
a { background-color: #C1C340; }
a { background-color: rgb(193,195,64); }
div.DivClassName
{
background-color: #C1C340;
}
.BgClassName
{
background-color: #C1C340;
}
</style>
border-color css
<style>
span { border-color: #C1C340; }
span { border-color: rgb(193,195,64); }
td.TdClassName
{
border-color: #C1C340;
}
.TagClassName
{
border-color: #C1C340;
}
</style>