#C6C14C

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

Shades of Celery #C6C14C

Tints of Celery #C6C14C

Color information

#C6C14C (or 0xC6C14C) is unknown color: approx Celery. HEX triplet: C6, C1 and 4C. RGB value is (198,193,76). Sum of RGB (Red+Green+Blue) = 198+193+76=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 193 (75.78% from 255 or 41.33% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C14C is #393EB3. Grayscale: #B5B5B5. Windows color (decimal): -3751604 or 5030342. OLE color: 5030342.

HSL color Cylindrical-coordinate representation of color #C6C14C: hue angle of 57.54º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C6C14C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19819376-
CMYK00.030.620.22
HSL57.54º51.69%53.73%-
HSV(B)57.54º61.62%77.65%-
XYZ43.6650.6714.32-
YUV181.1668.66140.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.40%
GREEN value IS 193 (75.78% from 255) = 41.33%
BLUE value IS 76 (30.08% from 255) = 16.27%
R=42.40%
G=41.33%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981937600.030.620.2257.5451.6953.73
HexC6C14C033E163a3436
Octal306301114037626726466
Binary1100011011000001100110001111111010110111010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C14C; }

 p { color: rgb(198,193,76); }

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

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

 a { background-color: rgb(198,193,76); }

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

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

 span { border-color: rgb(198,193,76); }

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