#C4C54A

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

Shades of Celery #C4C54A

Tints of Celery #C4C54A

Color information

#C4C54A (or 0xC4C54A) is unknown color: approx Celery. HEX triplet: C4, C5 and 4A. RGB value is (196,197,74). Sum of RGB (Red+Green+Blue) = 196+197+74=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 74 (29.30% from 255 or 15.85% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C54A is #3B3AB5. Grayscale: #B7B7B7. Windows color (decimal): -3881654 or 4900292. OLE color: 4900292.

HSL color Cylindrical-coordinate representation of color #C4C54A: hue angle of 60.49º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4C54A is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19619774-
CMYK0.0100.620.23
HSL60.49º51.46%53.14%-
HSV(B)60.49º62.44%77.25%-
XYZ43.9752.1614.23-
YUV182.6866.67137.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 74 (29.30% from 255) = 15.85%
R=41.97%
G=42.18%
B=15.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196197740.0100.620.2360.4951.4653.14
HexC4C54A103E173c3335
Octal304305112107627746365
Binary110001001100010110010101011111010111111100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C54A; }

 p { color: rgb(196,197,74); }

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

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

 a { background-color: rgb(196,197,74); }

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

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

 span { border-color: rgb(196,197,74); }

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