#C2CA44

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

Shades of Celery #C2CA44

Tints of Celery #C2CA44

Color information

#C2CA44 (or 0xC2CA44) is unknown color: approx Celery. HEX triplet: C2, CA and 44. RGB value is (194,202,68). Sum of RGB (Red+Green+Blue) = 194+202+68=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 202 (79.30% from 255 or 43.53% from 464); Blue value is 68 (26.95% from 255 or 14.66% from 464); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA44 is #3D35BB. Grayscale: #B8B8B8. Windows color (decimal): -4011452 or 4508354. OLE color: 4508354.

HSL color Cylindrical-coordinate representation of color #C2CA44: hue angle of 63.58º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2CA44 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB19420268-
CMYK0.0400.660.21
HSL63.58º55.83%52.94%-
HSV(B)63.58º66.34%79.22%-
XYZ44.4154.1313.58-
YUV184.3362.35134.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 202 (79.30% from 255) = 43.53%
BLUE value IS 68 (26.95% from 255) = 14.66%
R=41.81%
G=43.53%
B=14.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202680.0400.660.2163.5855.8352.94
HexC2CA44404215403835
Octal30231210440102251007065
Binary1100001011001010100010010001000010101011000000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA44; }

 p { color: rgb(194,202,68); }

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

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

 a { background-color: rgb(194,202,68); }

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

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

 span { border-color: rgb(194,202,68); }

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