Shades of Celery #C2C940
Tints of Celery #C2C940
RGB
CMYK
RGB Variations
Color information
#C2C940 (or 0xC2C940) is known color: Celery. HEX triplet: C2, C9 and 40. RGB value is (194,201,64). Sum of RGB (Red+Green+Blue) = 194+201+64=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C940 is #3D36BF. Grayscale: #B7B7B7. Windows color (decimal): -4011712 or 4245954. OLE color: 4245954.
HSL color Cylindrical-coordinate representation of color #C2C940: hue angle of 63.07º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2C940 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 64 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.21 |
| HSL | 63.07º | 0.56% | 0.52% | - |
| HSV(B) | 63.07º | 0.68% | 0.79% | - |
| XYZ | 44.06 | 53.61 | 12.88 | - |
| YUV | 183.29 | 60.68 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 64 | 0.03 | 0 | 0.68 | 0.21 | 63.07 | 0.56 | 0.52 |
| Hex | C2 | C9 | 40 | 3 | 0 | 44 | 15 | 3F | 38 | 34 |
| Octal | 302 | 311 | 100 | 3 | 0 | 104 | 25 | 77 | 70 | 64 |
| Binary | 11000010 | 11001001 | 1000000 | 11 | 0 | 1000100 | 10101 | 111111 | 111000 | 110100 |
Color Harmonies of #C2C940
Complementary color
Monochromatic Colors of #C2C940
Black with #C2C940
Text Example
Text Example
White with #C2C940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C940; }
p { color: rgb(194,201,64); }
H1.HeaderClassName
{
color: #C2C940;
}
.AnyTagClassName
{
color: #C2C940;
}
</style>
background-color css
<style>
a { background-color: #C2C940; }
a { background-color: rgb(194,201,64); }
div.DivClassName
{
background-color: #C2C940;
}
.BgClassName
{
background-color: #C2C940;
}
</style>
border-color css
<style>
span { border-color: #C2C940; }
span { border-color: rgb(194,201,64); }
td.TdClassName
{
border-color: #C2C940;
}
.TagClassName
{
border-color: #C2C940;
}
</style>