#C2CA4E

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

Shades of Celery #C2CA4E

Tints of Celery #C2CA4E

Color information

#C2CA4E (or 0xC2CA4E) is unknown color: approx Celery. HEX triplet: C2, CA and 4E. RGB value is (194,202,78). Sum of RGB (Red+Green+Blue) = 194+202+78=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CA4E is #3D35B1. Grayscale: #B9B9B9. Windows color (decimal): -4011442 or 5163714. OLE color: 5163714.

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

Color convert

RGB19420278-
CMYK0.0400.610.21
HSL63.87º53.91%54.9%-
HSV(B)63.87º61.39%79.22%-
XYZ44.7454.2615.32-
YUV185.4767.35134.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.93%
GREEN value IS 202 (79.30% from 255) = 42.62%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=40.93%
G=42.62%
B=16.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202780.0400.610.2163.8753.9154.9
HexC2CA4E403D15403637
Octal3023121164075251006667
Binary110000101100101010011101000111101101011000000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA4E; }

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

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

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

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

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

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

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

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