#C2C341

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

Shades of Celery #C2C341

Tints of Celery #C2C341

Color information

#C2C341 (or 0xC2C341) is unknown color: approx Celery. HEX triplet: C2, C3 and 41. RGB value is (194,195,65). Sum of RGB (Red+Green+Blue) = 194+195+65=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C341 is #3D3CBE. Grayscale: #B4B4B4. Windows color (decimal): -4013247 or 4309954. OLE color: 4309954.

HSL color Cylindrical-coordinate representation of color #C2C341: hue angle of 60.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2C341 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19419565-
CMYK0.0100.670.24
HSL60.46º52%50.98%-
HSV(B)60.46º66.67%76.47%-
XYZ42.7250.8812.57-
YUV179.8863.17138.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=42.73%
G=42.95%
B=14.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194195650.0100.670.2460.465250.98
HexC2C3411043183c3433
Octal3023031011010330746463
Binary1100001011000011100000110100001111000111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C341; }

 p { color: rgb(194,195,65); }

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

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

 a { background-color: rgb(194,195,65); }

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

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

 span { border-color: rgb(194,195,65); }

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