Shades of Celery #C3C540
Tints of Celery #C3C540
RGB
CMYK
RGB Variations
Color information
#C3C540 (or 0xC3C540) is known color: Celery. HEX triplet: C3, C5 and 40. RGB value is (195,197,64). Sum of RGB (Red+Green+Blue) = 195+197+64=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 64 (25.39% from 255 or 14.04% from 456); Max value from RGB is 197 - color contains mainly: green. Hex color #C3C540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C540 is #3C3ABF. Grayscale: #B5B5B5. Windows color (decimal): -3947200 or 4244931. OLE color: 4244931.
HSL color Cylindrical-coordinate representation of color #C3C540: hue angle of 60.9º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3C540 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 197 | 64 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.23 |
| HSL | 60.9º | 0.53% | 0.51% | - |
| HSV(B) | 60.9º | 0.68% | 0.77% | - |
| XYZ | 43.4 | 51.9 | 12.58 | - |
| YUV | 181.24 | 61.84 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 197 | 64 | 0.01 | 0 | 0.68 | 0.23 | 60.9 | 0.53 | 0.51 |
| Hex | C3 | C5 | 40 | 1 | 0 | 44 | 17 | 3D | 35 | 33 |
| Octal | 303 | 305 | 100 | 1 | 0 | 104 | 27 | 75 | 65 | 63 |
| Binary | 11000011 | 11000101 | 1000000 | 1 | 0 | 1000100 | 10111 | 111101 | 110101 | 110011 |
Color Harmonies of #C3C540
Complementary color
Monochromatic Colors of #C3C540
Black with #C3C540
Text Example
Text Example
White with #C3C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C540; }
p { color: rgb(195,197,64); }
H1.HeaderClassName
{
color: #C3C540;
}
.AnyTagClassName
{
color: #C3C540;
}
</style>
background-color css
<style>
a { background-color: #C3C540; }
a { background-color: rgb(195,197,64); }
div.DivClassName
{
background-color: #C3C540;
}
.BgClassName
{
background-color: #C3C540;
}
</style>
border-color css
<style>
span { border-color: #C3C540; }
span { border-color: rgb(195,197,64); }
td.TdClassName
{
border-color: #C3C540;
}
.TagClassName
{
border-color: #C3C540;
}
</style>