#C3C242

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

Shades of Celery #C3C242

Tints of Celery #C3C242

Color information

#C3C242 (or 0xC3C242) is unknown color: approx Celery. HEX triplet: C3, C2 and 42. RGB value is (195,194,66). Sum of RGB (Red+Green+Blue) = 195+194+66=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C242 is #3C3DBD. Grayscale: #B4B4B4. Windows color (decimal): -3947966 or 4375235. OLE color: 4375235.

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

Color convert

RGB19519466-
CMYK00.010.660.24
HSL59.53º51.81%51.18%-
HSV(B)59.53º66.15%76.47%-
XYZ42.7850.5812.66-
YUV179.7163.83138.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 194 (76.17% from 255) = 42.64%
BLUE value IS 66 (26.17% from 255) = 14.51%
R=42.86%
G=42.64%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951946600.010.660.2459.5351.8151.18
HexC3C2420142183c3433
Octal3033021020110230746463
Binary1100001111000010100001001100001011000111100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C242; }

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

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

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

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

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

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

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

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