#C6C14A

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

Shades of Celery #C6C14A

Tints of Celery #C6C14A

Color information

#C6C14A (or 0xC6C14A) is unknown color: approx Celery. HEX triplet: C6, C1 and 4A. RGB value is (198,193,74). Sum of RGB (Red+Green+Blue) = 198+193+74=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C14A is #393EB5. Grayscale: #B5B5B5. Windows color (decimal): -3751606 or 4899270. OLE color: 4899270.

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

Color convert

RGB19819374-
CMYK00.030.630.22
HSL57.58º52.1%53.33%-
HSV(B)57.58º62.63%77.65%-
XYZ43.5950.6413.96-
YUV180.9367.66140.18-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 193 (75.78% from 255) = 41.51%
BLUE value IS 74 (29.30% from 255) = 15.91%
R=42.58%
G=41.51%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981937400.030.630.2257.5852.153.33
HexC6C14A033F163a3435
Octal306301112037726726465
Binary1100011011000001100101001111111110110111010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C14A; }

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

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

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

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

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

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

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

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