#C6C250

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

Shades of Celery #C6C250

Tints of Celery #C6C250

Color information

#C6C250 (or 0xC6C250) is unknown color: approx Celery. HEX triplet: C6, C2 and 50. RGB value is (198,194,80). Sum of RGB (Red+Green+Blue) = 198+194+80=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C250 is #393DAF. Grayscale: #B6B6B6. Windows color (decimal): -3751344 or 5292742. OLE color: 5292742.

HSL color Cylindrical-coordinate representation of color #C6C250: hue angle of 57.97º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6C250 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB19819480-
CMYK00.020.600.22
HSL57.97º50.86%54.51%-
HSV(B)57.97º59.6%77.65%-
XYZ44.0351.1715.15-
YUV182.270.33139.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.95%
GREEN value IS 194 (76.17% from 255) = 41.10%
BLUE value IS 80 (31.64% from 255) = 16.95%
R=41.95%
G=41.10%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981948000.020.600.2257.9750.8654.51
HexC6C250023C163a3337
Octal306302120027426726367
Binary1100011011000010101000001011110010110111010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C250; }

 p { color: rgb(198,194,80); }

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

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

 a { background-color: rgb(198,194,80); }

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

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

 span { border-color: rgb(198,194,80); }

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