Shades of Celery #C1C84D
Tints of Celery #C1C84D
RGB
CMYK
RGB Variations
Color information
#C1C84D (or 0xC1C84D) is known color: Celery. HEX triplet: C1, C8 and 4D. RGB value is (193,200,77). Sum of RGB (Red+Green+Blue) = 193+200+77=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C84D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C84D is #3E37B2. Grayscale: #B8B8B8. Windows color (decimal): -4077491 or 5097665. OLE color: 5097665.
HSL color Cylindrical-coordinate representation of color #C1C84D: hue angle of 63.41º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1C84D is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 200 | 77 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.22 |
| HSL | 63.41º | 0.53% | 0.54% | - |
| HSV(B) | 63.41º | 0.62% | 0.78% | - |
| XYZ | 43.99 | 53.18 | 14.97 | - |
| YUV | 183.89 | 67.68 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 200 | 77 | 0.04 | 0 | 0.62 | 0.22 | 63.41 | 0.53 | 0.54 |
| Hex | C1 | C8 | 4D | 4 | 0 | 3E | 16 | 3F | 35 | 36 |
| Octal | 301 | 310 | 115 | 4 | 0 | 76 | 26 | 77 | 65 | 66 |
| Binary | 11000001 | 11001000 | 1001101 | 100 | 0 | 111110 | 10110 | 111111 | 110101 | 110110 |
Color Harmonies of #C1C84D
Complementary color
Monochromatic Colors of #C1C84D
Black with #C1C84D
Text Example
Text Example
White with #C1C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C84D; }
p { color: rgb(193,200,77); }
H1.HeaderClassName
{
color: #C1C84D;
}
.AnyTagClassName
{
color: #C1C84D;
}
</style>
background-color css
<style>
a { background-color: #C1C84D; }
a { background-color: rgb(193,200,77); }
div.DivClassName
{
background-color: #C1C84D;
}
.BgClassName
{
background-color: #C1C84D;
}
</style>
border-color css
<style>
span { border-color: #C1C84D; }
span { border-color: rgb(193,200,77); }
td.TdClassName
{
border-color: #C1C84D;
}
.TagClassName
{
border-color: #C1C84D;
}
</style>