#C6C54F

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

Shades of Celery #C6C54F

Tints of Celery #C6C54F

Color information

#C6C54F (or 0xC6C54F) is unknown color: approx Celery. HEX triplet: C6, C5 and 4F. RGB value is (198,197,79). Sum of RGB (Red+Green+Blue) = 198+197+79=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 79 (31.25% from 255 or 16.67% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C54F is #393AB0. Grayscale: #B8B8B8. Windows color (decimal): -3750577 or 5227974. OLE color: 5227974.

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

Color convert

RGB19819779-
CMYK00.010.600.22
HSL59.5º51.07%54.31%-
HSV(B)59.5º60.1%77.65%-
XYZ44.6752.515.18-
YUV183.8568.83138.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.77%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 79 (31.25% from 255) = 16.67%
R=41.77%
G=41.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981977900.010.600.2259.551.0754.31
HexC6C54F013C163b3336
Octal306305117017426736366
Binary110001101100010110011110111110010110111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C54F; }

 p { color: rgb(198,197,79); }

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

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

 a { background-color: rgb(198,197,79); }

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

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

 span { border-color: rgb(198,197,79); }

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