Shades of Celery #C1C34D
Tints of Celery #C1C34D
RGB
CMYK
RGB Variations
Color information
#C1C34D (or 0xC1C34D) is known color: Celery. HEX triplet: C1, C3 and 4D. RGB value is (193,195,77). Sum of RGB (Red+Green+Blue) = 193+195+77=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 77 (30.47% from 255 or 16.56% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C34D is #3E3CB2. Grayscale: #B5B5B5. Windows color (decimal): -4078771 or 5096385. OLE color: 5096385.
HSL color Cylindrical-coordinate representation of color #C1C34D: hue angle of 61.02º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1C34D is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 77 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.24 |
| HSL | 61.02º | 0.5% | 0.53% | - |
| HSV(B) | 61.02º | 0.61% | 0.76% | - |
| XYZ | 42.85 | 50.9 | 14.59 | - |
| YUV | 180.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 77 | 0.01 | 0 | 0.61 | 0.24 | 61.02 | 0.5 | 0.53 |
| Hex | C1 | C3 | 4D | 1 | 0 | 3D | 18 | 3D | 32 | 35 |
| Octal | 301 | 303 | 115 | 1 | 0 | 75 | 30 | 75 | 62 | 65 |
| Binary | 11000001 | 11000011 | 1001101 | 1 | 0 | 111101 | 11000 | 111101 | 110010 | 110101 |
Color Harmonies of #C1C34D
Complementary color
Monochromatic Colors of #C1C34D
Black with #C1C34D
Text Example
Text Example
White with #C1C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C34D; }
p { color: rgb(193,195,77); }
H1.HeaderClassName
{
color: #C1C34D;
}
.AnyTagClassName
{
color: #C1C34D;
}
</style>
background-color css
<style>
a { background-color: #C1C34D; }
a { background-color: rgb(193,195,77); }
div.DivClassName
{
background-color: #C1C34D;
}
.BgClassName
{
background-color: #C1C34D;
}
</style>
border-color css
<style>
span { border-color: #C1C34D; }
span { border-color: rgb(193,195,77); }
td.TdClassName
{
border-color: #C1C34D;
}
.TagClassName
{
border-color: #C1C34D;
}
</style>