Shades of Celery #C3C34D
Tints of Celery #C3C34D
RGB
CMYK
RGB Variations
Color information
#C3C34D (or 0xC3C34D) is known color: Celery. HEX triplet: C3, C3 and 4D. RGB value is (195,195,77). Sum of RGB (Red+Green+Blue) = 195+195+77=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C34D is #3C3CB2. Grayscale: #B6B6B6. Windows color (decimal): -3947699 or 5096387. OLE color: 5096387.
HSL color Cylindrical-coordinate representation of color #C3C34D: hue angle of 60º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3C34D is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 195 | 77 | - |
| CMYK | 0 | 0 | 0.61 | 0.24 |
| HSL | 60º | 0.5% | 0.53% | - |
| HSV(B) | 60º | 0.61% | 0.76% | - |
| XYZ | 43.36 | 51.17 | 14.61 | - |
| YUV | 181.55 | 69 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 195 | 77 | 0 | 0 | 0.61 | 0.24 | 60 | 0.5 | 0.53 |
| Hex | C3 | C3 | 4D | 0 | 0 | 3D | 18 | 3C | 32 | 35 |
| Octal | 303 | 303 | 115 | 0 | 0 | 75 | 30 | 74 | 62 | 65 |
| Binary | 11000011 | 11000011 | 1001101 | 0 | 0 | 111101 | 11000 | 111100 | 110010 | 110101 |
Color Harmonies of #C3C34D
Complementary color
Monochromatic Colors of #C3C34D
Black with #C3C34D
Text Example
Text Example
White with #C3C34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3C34D; }
p { color: rgb(195,195,77); }
H1.HeaderClassName
{
color: #C3C34D;
}
.AnyTagClassName
{
color: #C3C34D;
}
</style>
background-color css
<style>
a { background-color: #C3C34D; }
a { background-color: rgb(195,195,77); }
div.DivClassName
{
background-color: #C3C34D;
}
.BgClassName
{
background-color: #C3C34D;
}
</style>
border-color css
<style>
span { border-color: #C3C34D; }
span { border-color: rgb(195,195,77); }
td.TdClassName
{
border-color: #C3C34D;
}
.TagClassName
{
border-color: #C3C34D;
}
</style>