Shades of Celery #C0C350
Tints of Celery #C0C350
RGB
CMYK
RGB Variations
Color information
#C0C350 (or 0xC0C350) is known color: Celery. HEX triplet: C0, C3 and 50. RGB value is (192,195,80). Sum of RGB (Red+Green+Blue) = 192+195+80=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C350 is #3F3CAF. Grayscale: #B5B5B5. Windows color (decimal): -4144304 or 5292992. OLE color: 5292992.
HSL color Cylindrical-coordinate representation of color #C0C350: hue angle of 61.57º 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 #C0C350 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 195 | 80 | - |
| CMYK | 0.02 | 0 | 0.59 | 0.24 |
| HSL | 61.57º | 0.49% | 0.54% | - |
| HSV(B) | 61.57º | 0.59% | 0.76% | - |
| XYZ | 42.7 | 50.82 | 15.15 | - |
| YUV | 180.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 195 | 80 | 0.02 | 0 | 0.59 | 0.24 | 61.57 | 0.49 | 0.54 |
| Hex | C0 | C3 | 50 | 2 | 0 | 3B | 18 | 3E | 31 | 36 |
| Octal | 300 | 303 | 120 | 2 | 0 | 73 | 30 | 76 | 61 | 66 |
| Binary | 11000000 | 11000011 | 1010000 | 10 | 0 | 111011 | 11000 | 111110 | 110001 | 110110 |
Color Harmonies of #C0C350
Complementary color
Monochromatic Colors of #C0C350
Black with #C0C350
Text Example
Text Example
White with #C0C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C350; }
p { color: rgb(192,195,80); }
H1.HeaderClassName
{
color: #C0C350;
}
.AnyTagClassName
{
color: #C0C350;
}
</style>
background-color css
<style>
a { background-color: #C0C350; }
a { background-color: rgb(192,195,80); }
div.DivClassName
{
background-color: #C0C350;
}
.BgClassName
{
background-color: #C0C350;
}
</style>
border-color css
<style>
span { border-color: #C0C350; }
span { border-color: rgb(192,195,80); }
td.TdClassName
{
border-color: #C0C350;
}
.TagClassName
{
border-color: #C0C350;
}
</style>