#C3C145

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

Shades of Celery #C3C145

Tints of Celery #C3C145

Color information

#C3C145 (or 0xC3C145) is unknown color: approx Celery. HEX triplet: C3, C1 and 45. RGB value is (195,193,69). Sum of RGB (Red+Green+Blue) = 195+193+69=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C145 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C145 is #3C3EBA. Grayscale: #B3B3B3. Windows color (decimal): -3948219 or 4571587. OLE color: 4571587.

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

Color convert

RGB19519369-
CMYK00.010.650.24
HSL59.05º51.22%51.76%-
HSV(B)59.05º64.62%76.47%-
XYZ42.6550.1713.07-
YUV179.4665.66139.08-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.67%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=42.67%
G=42.23%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951936900.010.650.2459.0551.2251.76
HexC3C1450141183b3334
Octal3033011050110130736364
Binary1100001111000001100010101100000111000111011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C145; }

 p { color: rgb(195,193,69); }

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

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

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

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

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

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

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