#C2C13D

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

Shades of Celery #C2C13D

Tints of Celery #C2C13D

Color information

#C2C13D (or 0xC2C13D) is unknown color: approx Celery. HEX triplet: C2, C1 and 3D. RGB value is (194,193,61). Sum of RGB (Red+Green+Blue) = 194+193+61=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C13D is #3D3EC2. Grayscale: #B2B2B2. Windows color (decimal): -4013763 or 4047298. OLE color: 4047298.

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

Color convert

RGB19419361-
CMYK00.010.690.24
HSL59.55º52.16%50%-
HSV(B)59.55º68.56%76.08%-
XYZ42.1649.9511.83-
YUV178.2561.83139.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 193 (75.78% from 255) = 43.08%
BLUE value IS 61 (24.22% from 255) = 13.62%
R=43.30%
G=43.08%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941936100.010.690.2459.5552.1650
HexC2C13D0145183c3432
Octal302301750110530746462
Binary110000101100000111110101100010111000111100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C13D; }

 p { color: rgb(194,193,61); }

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

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

 a { background-color: rgb(194,193,61); }

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

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

 span { border-color: rgb(194,193,61); }

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