#C6C04A

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

Shades of Celery #C6C04A

Tints of Celery #C6C04A

Color information

#C6C04A (or 0xC6C04A) is unknown color: approx Celery. HEX triplet: C6, C0 and 4A. RGB value is (198,192,74). Sum of RGB (Red+Green+Blue) = 198+192+74=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C04A is #393FB5. Grayscale: #B4B4B4. Windows color (decimal): -3751862 or 4899014. OLE color: 4899014.

HSL color Cylindrical-coordinate representation of color #C6C04A: hue angle of 57.1º 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 #C6C04A is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB19819274-
CMYK00.030.630.22
HSL57.1º52.1%53.33%-
HSV(B)57.1º62.63%77.65%-
XYZ43.3750.213.88-
YUV180.3467.99140.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.67%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 74 (29.30% from 255) = 15.95%
R=42.67%
G=41.38%
B=15.95%

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
Decimal1981927400.030.630.2257.152.153.33
HexC6C04A033F16393435
Octal306300112037726716465
Binary1100011011000000100101001111111110110111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C04A; }

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

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

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

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

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

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

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

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