#C5C049

Color #C5C049 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #C5C049

Tints of Celery #C5C049

Color information

#C5C049 (or 0xC5C049) is unknown color: approx Celery. HEX triplet: C5, C0 and 49. RGB value is (197,192,73). Sum of RGB (Red+Green+Blue) = 197+192+73=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5C049 is #3A3FB6. Grayscale: #B4B4B4. Windows color (decimal): -3817399 or 4833477. OLE color: 4833477.

HSL color Cylindrical-coordinate representation of color #C5C049: hue angle of 57.58º 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 #C5C049 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19719273-
CMYK00.030.630.23
HSL57.58º51.67%52.94%-
HSV(B)57.58º62.94%77.25%-
XYZ43.0850.0513.69-
YUV179.9367.66140.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 42.64%
GREEN value IS 192 (75.39% from 255) = 41.56%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=42.64%
G=41.56%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971927300.030.630.2357.5851.6752.94
HexC5C049033F173a3435
Octal305300111037727726465
Binary1100010111000000100100101111111110111111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C049; }

 p { color: rgb(197,192,73); }

 H1.HeaderClassName
 {
   color: #C5C049;
 }
 .AnyTagClassName
 {
   color: #C5C049;
 }
</style>
background-color css

<style>
 a { background-color: #C5C049; }

 a { background-color: rgb(197,192,73); }

 div.DivClassName
 {
   background-color: #C5C049;
 }
 .BgClassName
 {
   background-color: #C5C049;
 }
</style>
border-color css

<style>
 span { border-color: #C5C049; }

 span { border-color: rgb(197,192,73); }

 td.TdClassName
 {
   border-color: #C5C049;
 }
 .TagClassName
 {
   border-color: #C5C049;
 }
</style>