Shades of Celery #C5C348
Tints of Celery #C5C348
RGB
CMYK
RGB Variations
Color information
#C5C348 (or 0xC5C348) is known color: Celery. HEX triplet: C5, C3 and 48. RGB value is (197,195,72). Sum of RGB (Red+Green+Blue) = 197+195+72=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C348 is #3A3CB7. Grayscale: #B6B6B6. Windows color (decimal): -3816632 or 4768709. OLE color: 4768709.
HSL color Cylindrical-coordinate representation of color #C5C348: hue angle of 59.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5C348 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 72 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.23 |
| HSL | 59.04º | 0.52% | 0.53% | - |
| HSV(B) | 59.04º | 0.63% | 0.77% | - |
| XYZ | 43.71 | 51.37 | 13.74 | - |
| YUV | 181.58 | 66.16 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 72 | 0 | 0.01 | 0.63 | 0.23 | 59.04 | 0.52 | 0.53 |
| Hex | C5 | C3 | 48 | 0 | 1 | 3F | 17 | 3B | 34 | 35 |
| Octal | 305 | 303 | 110 | 0 | 1 | 77 | 27 | 73 | 64 | 65 |
| Binary | 11000101 | 11000011 | 1001000 | 0 | 1 | 111111 | 10111 | 111011 | 110100 | 110101 |
Color Harmonies of #C5C348
Complementary color
Monochromatic Colors of #C5C348
Black with #C5C348
Text Example
Text Example
White with #C5C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C348; }
p { color: rgb(197,195,72); }
H1.HeaderClassName
{
color: #C5C348;
}
.AnyTagClassName
{
color: #C5C348;
}
</style>
background-color css
<style>
a { background-color: #C5C348; }
a { background-color: rgb(197,195,72); }
div.DivClassName
{
background-color: #C5C348;
}
.BgClassName
{
background-color: #C5C348;
}
</style>
border-color css
<style>
span { border-color: #C5C348; }
span { border-color: rgb(197,195,72); }
td.TdClassName
{
border-color: #C5C348;
}
.TagClassName
{
border-color: #C5C348;
}
</style>