Shades of Celery #C1C350
Tints of Celery #C1C350
RGB
CMYK
RGB Variations
Color information
#C1C350 (or 0xC1C350) is known color: Celery. HEX triplet: C1, C3 and 50. RGB value is (193,195,80). Sum of RGB (Red+Green+Blue) = 193+195+80=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 80 (31.64% from 255 or 17.09% from 468); Max value from RGB is 195 - color contains mainly: green. Hex color #C1C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C350 is #3E3CAF. Grayscale: #B5B5B5. Windows color (decimal): -4078768 or 5292993. OLE color: 5292993.
HSL color Cylindrical-coordinate representation of color #C1C350: hue angle of 61.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1C350 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 195 | 80 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.24 |
| HSL | 61.04º | 0.49% | 0.54% | - |
| HSV(B) | 61.04º | 0.59% | 0.76% | - |
| XYZ | 42.96 | 50.95 | 15.16 | - |
| YUV | 181.29 | 70.84 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 195 | 80 | 0.01 | 0 | 0.59 | 0.24 | 61.04 | 0.49 | 0.54 |
| Hex | C1 | C3 | 50 | 1 | 0 | 3B | 18 | 3D | 31 | 36 |
| Octal | 301 | 303 | 120 | 1 | 0 | 73 | 30 | 75 | 61 | 66 |
| Binary | 11000001 | 11000011 | 1010000 | 1 | 0 | 111011 | 11000 | 111101 | 110001 | 110110 |
Color Harmonies of #C1C350
Complementary color
Monochromatic Colors of #C1C350
Black with #C1C350
Text Example
Text Example
White with #C1C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C350; }
p { color: rgb(193,195,80); }
H1.HeaderClassName
{
color: #C1C350;
}
.AnyTagClassName
{
color: #C1C350;
}
</style>
background-color css
<style>
a { background-color: #C1C350; }
a { background-color: rgb(193,195,80); }
div.DivClassName
{
background-color: #C1C350;
}
.BgClassName
{
background-color: #C1C350;
}
</style>
border-color css
<style>
span { border-color: #C1C350; }
span { border-color: rgb(193,195,80); }
td.TdClassName
{
border-color: #C1C350;
}
.TagClassName
{
border-color: #C1C350;
}
</style>