Shades of Celery #C0C154
Tints of Celery #C0C154
RGB
CMYK
RGB Variations
Color information
#C0C154 (or 0xC0C154) is known color: Celery. HEX triplet: C0, C1 and 54. RGB value is (192,193,84). Sum of RGB (Red+Green+Blue) = 192+193+84=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C154 is #3F3EAB. Grayscale: #B4B4B4. Windows color (decimal): -4144812 or 5554624. OLE color: 5554624.
HSL color Cylindrical-coordinate representation of color #C0C154: hue angle of 60.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0C154 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 193 | 84 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.24 |
| HSL | 60.55º | 0.47% | 0.54% | - |
| HSV(B) | 60.55º | 0.56% | 0.76% | - |
| XYZ | 42.41 | 49.99 | 15.8 | - |
| YUV | 180.28 | 73.67 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 193 | 84 | 0.01 | 0 | 0.56 | 0.24 | 60.55 | 0.47 | 0.54 |
| Hex | C0 | C1 | 54 | 1 | 0 | 38 | 18 | 3D | 2F | 36 |
| Octal | 300 | 301 | 124 | 1 | 0 | 70 | 30 | 75 | 57 | 66 |
| Binary | 11000000 | 11000001 | 1010100 | 1 | 0 | 111000 | 11000 | 111101 | 101111 | 110110 |
Color Harmonies of #C0C154
Complementary color
Monochromatic Colors of #C0C154
Black with #C0C154
Text Example
Text Example
White with #C0C154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C154; }
p { color: rgb(192,193,84); }
H1.HeaderClassName
{
color: #C0C154;
}
.AnyTagClassName
{
color: #C0C154;
}
</style>
background-color css
<style>
a { background-color: #C0C154; }
a { background-color: rgb(192,193,84); }
div.DivClassName
{
background-color: #C0C154;
}
.BgClassName
{
background-color: #C0C154;
}
</style>
border-color css
<style>
span { border-color: #C0C154; }
span { border-color: rgb(192,193,84); }
td.TdClassName
{
border-color: #C0C154;
}
.TagClassName
{
border-color: #C0C154;
}
</style>