Shades of Celery #C5C24A
Tints of Celery #C5C24A
RGB
CMYK
RGB Variations
Color information
#C5C24A (or 0xC5C24A) is known color: Celery. HEX triplet: C5, C2 and 4A. RGB value is (197,194,74). Sum of RGB (Red+Green+Blue) = 197+194+74=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C24A is #3A3DB5. Grayscale: #B5B5B5. Windows color (decimal): -3816886 or 4899525. OLE color: 4899525.
HSL color Cylindrical-coordinate representation of color #C5C24A: hue angle of 58.54º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5C24A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 74 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.23 |
| HSL | 58.54º | 0.51% | 0.53% | - |
| HSV(B) | 58.54º | 0.62% | 0.77% | - |
| XYZ | 43.55 | 50.95 | 14.02 | - |
| YUV | 181.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 74 | 0 | 0.02 | 0.62 | 0.23 | 58.54 | 0.51 | 0.53 |
| Hex | C5 | C2 | 4A | 0 | 2 | 3E | 17 | 3B | 33 | 35 |
| Octal | 305 | 302 | 112 | 0 | 2 | 76 | 27 | 73 | 63 | 65 |
| Binary | 11000101 | 11000010 | 1001010 | 0 | 10 | 111110 | 10111 | 111011 | 110011 | 110101 |
Color Harmonies of #C5C24A
Complementary color
Monochromatic Colors of #C5C24A
Black with #C5C24A
Text Example
Text Example
White with #C5C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C24A; }
p { color: rgb(197,194,74); }
H1.HeaderClassName
{
color: #C5C24A;
}
.AnyTagClassName
{
color: #C5C24A;
}
</style>
background-color css
<style>
a { background-color: #C5C24A; }
a { background-color: rgb(197,194,74); }
div.DivClassName
{
background-color: #C5C24A;
}
.BgClassName
{
background-color: #C5C24A;
}
</style>
border-color css
<style>
span { border-color: #C5C24A; }
span { border-color: rgb(197,194,74); }
td.TdClassName
{
border-color: #C5C24A;
}
.TagClassName
{
border-color: #C5C24A;
}
</style>