Shades of Celery #C0C252
Tints of Celery #C0C252
RGB
CMYK
RGB Variations
Color information
#C0C252 (or 0xC0C252) is known color: Celery. HEX triplet: C0, C2 and 52. RGB value is (192,194,82). Sum of RGB (Red+Green+Blue) = 192+194+82=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 82 (32.42% from 255 or 17.52% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C252 is #3F3DAD. Grayscale: #B5B5B5. Windows color (decimal): -4144558 or 5423808. OLE color: 5423808.
HSL color Cylindrical-coordinate representation of color #C0C252: hue angle of 61.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0C252 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 82 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.24 |
| HSL | 61.07º | 0.48% | 0.54% | - |
| HSV(B) | 61.07º | 0.58% | 0.76% | - |
| XYZ | 42.55 | 50.4 | 15.47 | - |
| YUV | 180.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 82 | 0.01 | 0 | 0.58 | 0.24 | 61.07 | 0.48 | 0.54 |
| Hex | C0 | C2 | 52 | 1 | 0 | 3A | 18 | 3D | 30 | 36 |
| Octal | 300 | 302 | 122 | 1 | 0 | 72 | 30 | 75 | 60 | 66 |
| Binary | 11000000 | 11000010 | 1010010 | 1 | 0 | 111010 | 11000 | 111101 | 110000 | 110110 |
Color Harmonies of #C0C252
Complementary color
Monochromatic Colors of #C0C252
Black with #C0C252
Text Example
Text Example
White with #C0C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C252; }
p { color: rgb(192,194,82); }
H1.HeaderClassName
{
color: #C0C252;
}
.AnyTagClassName
{
color: #C0C252;
}
</style>
background-color css
<style>
a { background-color: #C0C252; }
a { background-color: rgb(192,194,82); }
div.DivClassName
{
background-color: #C0C252;
}
.BgClassName
{
background-color: #C0C252;
}
</style>
border-color css
<style>
span { border-color: #C0C252; }
span { border-color: rgb(192,194,82); }
td.TdClassName
{
border-color: #C0C252;
}
.TagClassName
{
border-color: #C0C252;
}
</style>