Shades of Celery #C0C641
Tints of Celery #C0C641
RGB
CMYK
RGB Variations
Color information
#C0C641 (or 0xC0C641) is known color: Celery. HEX triplet: C0, C6 and 41. RGB value is (192,198,65). Sum of RGB (Red+Green+Blue) = 192+198+65=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C641 is #3F39BE. Grayscale: #B5B5B5. Windows color (decimal): -4143551 or 4310720. OLE color: 4310720.
HSL color Cylindrical-coordinate representation of color #C0C641: hue angle of 62.71º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0C641 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 65 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.22 |
| HSL | 62.71º | 0.54% | 0.52% | - |
| HSV(B) | 62.71º | 0.67% | 0.78% | - |
| XYZ | 42.89 | 51.98 | 12.77 | - |
| YUV | 181.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 65 | 0.03 | 0 | 0.67 | 0.22 | 62.71 | 0.54 | 0.52 |
| Hex | C0 | C6 | 41 | 3 | 0 | 43 | 16 | 3F | 36 | 34 |
| Octal | 300 | 306 | 101 | 3 | 0 | 103 | 26 | 77 | 66 | 64 |
| Binary | 11000000 | 11000110 | 1000001 | 11 | 0 | 1000011 | 10110 | 111111 | 110110 | 110100 |
Color Harmonies of #C0C641
Complementary color
Monochromatic Colors of #C0C641
Black with #C0C641
Text Example
Text Example
White with #C0C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C641; }
p { color: rgb(192,198,65); }
H1.HeaderClassName
{
color: #C0C641;
}
.AnyTagClassName
{
color: #C0C641;
}
</style>
background-color css
<style>
a { background-color: #C0C641; }
a { background-color: rgb(192,198,65); }
div.DivClassName
{
background-color: #C0C641;
}
.BgClassName
{
background-color: #C0C641;
}
</style>
border-color css
<style>
span { border-color: #C0C641; }
span { border-color: rgb(192,198,65); }
td.TdClassName
{
border-color: #C0C641;
}
.TagClassName
{
border-color: #C0C641;
}
</style>