#C2C940

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

Shades of Celery #C2C940

Tints of Celery #C2C940

Color information

#C2C940 (or 0xC2C940) is unknown color: approx Celery. HEX triplet: C2, C9 and 40. RGB value is (194,201,64). Sum of RGB (Red+Green+Blue) = 194+201+64=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 64 (25.39% from 255 or 13.94% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C940 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C940 is #3D36BF. Grayscale: #B7B7B7. Windows color (decimal): -4011712 or 4245954. OLE color: 4245954.

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

Color convert

RGB19420164-
CMYK0.0300.680.21
HSL63.07º55.92%51.96%-
HSV(B)63.07º68.16%78.82%-
XYZ44.0653.6112.88-
YUV183.2960.68135.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 201 (78.91% from 255) = 43.79%
BLUE value IS 64 (25.39% from 255) = 13.94%
R=42.27%
G=43.79%
B=13.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194201640.0300.680.2163.0755.9251.96
HexC2C9403044153f3834
Octal3023111003010425777064
Binary11000010110010011000000110100010010101111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C940; }

 p { color: rgb(194,201,64); }

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

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

 a { background-color: rgb(194,201,64); }

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

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

 span { border-color: rgb(194,201,64); }

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