Shades of Celery #C4C350
Tints of Celery #C4C350
RGB
CMYK
RGB Variations
Color information
#C4C350 (or 0xC4C350) is known color: Celery. HEX triplet: C4, C3 and 50. RGB value is (196,195,80). Sum of RGB (Red+Green+Blue) = 196+195+80=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 80 (31.64% from 255 or 16.99% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C350 is #3B3CAF. Grayscale: #B6B6B6. Windows color (decimal): -3882160 or 5292996. OLE color: 5292996.
HSL color Cylindrical-coordinate representation of color #C4C350: hue angle of 59.48º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4C350 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 195 | 80 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.23 |
| HSL | 59.48º | 0.5% | 0.54% | - |
| HSV(B) | 59.48º | 0.59% | 0.77% | - |
| XYZ | 43.73 | 51.35 | 15.2 | - |
| YUV | 182.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 195 | 80 | 0 | 0.01 | 0.59 | 0.23 | 59.48 | 0.5 | 0.54 |
| Hex | C4 | C3 | 50 | 0 | 1 | 3B | 17 | 3B | 32 | 36 |
| Octal | 304 | 303 | 120 | 0 | 1 | 73 | 27 | 73 | 62 | 66 |
| Binary | 11000100 | 11000011 | 1010000 | 0 | 1 | 111011 | 10111 | 111011 | 110010 | 110110 |
Color Harmonies of #C4C350
Complementary color
Monochromatic Colors of #C4C350
Black with #C4C350
Text Example
Text Example
White with #C4C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C350; }
p { color: rgb(196,195,80); }
H1.HeaderClassName
{
color: #C4C350;
}
.AnyTagClassName
{
color: #C4C350;
}
</style>
background-color css
<style>
a { background-color: #C4C350; }
a { background-color: rgb(196,195,80); }
div.DivClassName
{
background-color: #C4C350;
}
.BgClassName
{
background-color: #C4C350;
}
</style>
border-color css
<style>
span { border-color: #C4C350; }
span { border-color: rgb(196,195,80); }
td.TdClassName
{
border-color: #C4C350;
}
.TagClassName
{
border-color: #C4C350;
}
</style>