Shades of Celery #C0C054
Tints of Celery #C0C054
RGB
CMYK
RGB Variations
Color information
#C0C054 (or 0xC0C054) is known color: Celery. HEX triplet: C0, C0 and 54. RGB value is (192,192,84). Sum of RGB (Red+Green+Blue) = 192+192+84=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C054 is #3F3FAB. Grayscale: #B4B4B4. Windows color (decimal): -4145068 or 5554368. OLE color: 5554368.
HSL color Cylindrical-coordinate representation of color #C0C054: hue angle of 60º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0C054 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 84 | - |
| CMYK | 0 | 0 | 0.56 | 0.25 |
| HSL | 60º | 0.46% | 0.54% | - |
| HSV(B) | 60º | 0.56% | 0.75% | - |
| XYZ | 42.19 | 49.55 | 15.73 | - |
| YUV | 179.69 | 74 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 84 | 0 | 0 | 0.56 | 0.25 | 60 | 0.46 | 0.54 |
| Hex | C0 | C0 | 54 | 0 | 0 | 38 | 19 | 3C | 2E | 36 |
| Octal | 300 | 300 | 124 | 0 | 0 | 70 | 31 | 74 | 56 | 66 |
| Binary | 11000000 | 11000000 | 1010100 | 0 | 0 | 111000 | 11001 | 111100 | 101110 | 110110 |
Color Harmonies of #C0C054
Complementary color
Monochromatic Colors of #C0C054
Black with #C0C054
Text Example
Text Example
White with #C0C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C054; }
p { color: rgb(192,192,84); }
H1.HeaderClassName
{
color: #C0C054;
}
.AnyTagClassName
{
color: #C0C054;
}
</style>
background-color css
<style>
a { background-color: #C0C054; }
a { background-color: rgb(192,192,84); }
div.DivClassName
{
background-color: #C0C054;
}
.BgClassName
{
background-color: #C0C054;
}
</style>
border-color css
<style>
span { border-color: #C0C054; }
span { border-color: rgb(192,192,84); }
td.TdClassName
{
border-color: #C0C054;
}
.TagClassName
{
border-color: #C0C054;
}
</style>