Shades of Celery #C0C148
Tints of Celery #C0C148
RGB
CMYK
RGB Variations
Color information
#C0C148 (or 0xC0C148) is known color: Celery. HEX triplet: C0, C1 and 48. RGB value is (192,193,72). Sum of RGB (Red+Green+Blue) = 192+193+72=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C148 is #3F3EB7. Grayscale: #B3B3B3. Windows color (decimal): -4144824 or 4768192. OLE color: 4768192.
HSL color Cylindrical-coordinate representation of color #C0C148: hue angle of 60.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0C148 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 72 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.24 |
| HSL | 60.5º | 0.49% | 0.52% | - |
| HSV(B) | 60.5º | 0.63% | 0.76% | - |
| XYZ | 41.98 | 49.81 | 13.53 | - |
| YUV | 178.91 | 67.67 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 72 | 0.01 | 0 | 0.63 | 0.24 | 60.5 | 0.49 | 0.52 |
| Hex | C0 | C1 | 48 | 1 | 0 | 3F | 18 | 3C | 31 | 34 |
| Octal | 300 | 301 | 110 | 1 | 0 | 77 | 30 | 74 | 61 | 64 |
| Binary | 11000000 | 11000001 | 1001000 | 1 | 0 | 111111 | 11000 | 111100 | 110001 | 110100 |
Color Harmonies of #C0C148
Complementary color
Monochromatic Colors of #C0C148
Black with #C0C148
Text Example
Text Example
White with #C0C148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C148; }
p { color: rgb(192,193,72); }
H1.HeaderClassName
{
color: #C0C148;
}
.AnyTagClassName
{
color: #C0C148;
}
</style>
background-color css
<style>
a { background-color: #C0C148; }
a { background-color: rgb(192,193,72); }
div.DivClassName
{
background-color: #C0C148;
}
.BgClassName
{
background-color: #C0C148;
}
</style>
border-color css
<style>
span { border-color: #C0C148; }
span { border-color: rgb(192,193,72); }
td.TdClassName
{
border-color: #C0C148;
}
.TagClassName
{
border-color: #C0C148;
}
</style>