#C3C340

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

Shades of Celery #C3C340

Tints of Celery #C3C340

Color information

#C3C340 (or 0xC3C340) is unknown color: approx Celery. HEX triplet: C3, C3 and 40. RGB value is (195,195,64). Sum of RGB (Red+Green+Blue) = 195+195+64=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 195 - color contains mainly: red, green. Hex color #C3C340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C340 is #3C3CBF. Grayscale: #B4B4B4. Windows color (decimal): -3947712 or 4244419. OLE color: 4244419.

HSL color Cylindrical-coordinate representation of color #C3C340: hue angle of 60º 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 #C3C340 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19519564-
CMYK000.670.24
HSL60º52.19%50.78%-
HSV(B)60º67.18%76.47%-
XYZ42.955112.43-
YUV180.0762.5138.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 64 (25.39% from 255) = 14.10%
R=42.95%
G=42.95%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519564000.670.246052.1950.78
HexC3C3400043183c3433
Octal3033031000010330746463
Binary1100001111000011100000000100001111000111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C340; }

 p { color: rgb(195,195,64); }

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

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

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

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

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

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

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