Shades of Celery #C0C552
Tints of Celery #C0C552
RGB
CMYK
RGB Variations
Color information
#C0C552 (or 0xC0C552) is known color: Celery. HEX triplet: C0, C5 and 52. RGB value is (192,197,82). Sum of RGB (Red+Green+Blue) = 192+197+82=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C552 is #3F3AAD. Grayscale: #B6B6B6. Windows color (decimal): -4143790 or 5424576. OLE color: 5424576.
HSL color Cylindrical-coordinate representation of color #C0C552: hue angle of 62.61º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0C552 is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 82 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.23 |
| HSL | 62.61º | 0.5% | 0.55% | - |
| HSV(B) | 62.61º | 0.58% | 0.77% | - |
| XYZ | 43.23 | 51.75 | 15.69 | - |
| YUV | 182.4 | 71.34 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 82 | 0.03 | 0 | 0.58 | 0.23 | 62.61 | 0.5 | 0.55 |
| Hex | C0 | C5 | 52 | 3 | 0 | 3A | 17 | 3F | 32 | 37 |
| Octal | 300 | 305 | 122 | 3 | 0 | 72 | 27 | 77 | 62 | 67 |
| Binary | 11000000 | 11000101 | 1010010 | 11 | 0 | 111010 | 10111 | 111111 | 110010 | 110111 |
Color Harmonies of #C0C552
Complementary color
Monochromatic Colors of #C0C552
Black with #C0C552
Text Example
Text Example
White with #C0C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C552; }
p { color: rgb(192,197,82); }
H1.HeaderClassName
{
color: #C0C552;
}
.AnyTagClassName
{
color: #C0C552;
}
</style>
background-color css
<style>
a { background-color: #C0C552; }
a { background-color: rgb(192,197,82); }
div.DivClassName
{
background-color: #C0C552;
}
.BgClassName
{
background-color: #C0C552;
}
</style>
border-color css
<style>
span { border-color: #C0C552; }
span { border-color: rgb(192,197,82); }
td.TdClassName
{
border-color: #C0C552;
}
.TagClassName
{
border-color: #C0C552;
}
</style>