#C5CA4C

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

Shades of Celery #C5CA4C

Tints of Celery #C5CA4C

Color information

#C5CA4C (or 0xC5CA4C) is unknown color: approx Celery. HEX triplet: C5, CA and 4C. RGB value is (197,202,76). Sum of RGB (Red+Green+Blue) = 197+202+76=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #C5CA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CA4C is #3A35B3. Grayscale: #BABABA. Windows color (decimal): -3814836 or 5032645. OLE color: 5032645.

HSL color Cylindrical-coordinate representation of color #C5CA4C: hue angle of 62.38º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5CA4C is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB19720276-
CMYK0.0200.620.21
HSL62.38º54.31%54.51%-
HSV(B)62.38º62.38%79.22%-
XYZ45.4554.6314.99-
YUV186.1465.84135.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 76 (30.08% from 255) = 16%
R=41.47%
G=42.53%
B=16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197202760.0200.620.2162.3854.3154.51
HexC5CA4C203E153e3637
Octal305312114207625766667
Binary1100010111001010100110010011111010101111110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CA4C; }

 p { color: rgb(197,202,76); }

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

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

 a { background-color: rgb(197,202,76); }

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

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

 span { border-color: rgb(197,202,76); }

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