Shades of Celery #C2C351
Tints of Celery #C2C351
RGB
CMYK
RGB Variations
Color information
#C2C351 (or 0xC2C351) is known color: Celery. HEX triplet: C2, C3 and 51. RGB value is (194,195,81). Sum of RGB (Red+Green+Blue) = 194+195+81=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 81 (32.03% from 255 or 17.23% from 470); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C351 is #3D3CAE. Grayscale: #B6B6B6. Windows color (decimal): -4013231 or 5358530. OLE color: 5358530.
HSL color Cylindrical-coordinate representation of color #C2C351: hue angle of 60.53º degrees, saturation: 0.49, 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 #C2C351 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 195 | 81 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.24 |
| HSL | 60.53º | 0.49% | 0.54% | - |
| HSV(B) | 60.53º | 0.58% | 0.76% | - |
| XYZ | 43.25 | 51.09 | 15.37 | - |
| YUV | 181.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 195 | 81 | 0.01 | 0 | 0.58 | 0.24 | 60.53 | 0.49 | 0.54 |
| Hex | C2 | C3 | 51 | 1 | 0 | 3A | 18 | 3D | 31 | 36 |
| Octal | 302 | 303 | 121 | 1 | 0 | 72 | 30 | 75 | 61 | 66 |
| Binary | 11000010 | 11000011 | 1010001 | 1 | 0 | 111010 | 11000 | 111101 | 110001 | 110110 |
Color Harmonies of #C2C351
Complementary color
Monochromatic Colors of #C2C351
Black with #C2C351
Text Example
Text Example
White with #C2C351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C351; }
p { color: rgb(194,195,81); }
H1.HeaderClassName
{
color: #C2C351;
}
.AnyTagClassName
{
color: #C2C351;
}
</style>
background-color css
<style>
a { background-color: #C2C351; }
a { background-color: rgb(194,195,81); }
div.DivClassName
{
background-color: #C2C351;
}
.BgClassName
{
background-color: #C2C351;
}
</style>
border-color css
<style>
span { border-color: #C2C351; }
span { border-color: rgb(194,195,81); }
td.TdClassName
{
border-color: #C2C351;
}
.TagClassName
{
border-color: #C2C351;
}
</style>