#A6BC49

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

Shades of Celery #A6BC49

Tints of Celery #A6BC49

Color information

#A6BC49 (or 0xA6BC49) is unknown color: approx Celery. HEX triplet: A6, BC and 49. RGB value is (166,188,73). Sum of RGB (Red+Green+Blue) = 166+188+73=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6BC49 is #5943B6. Grayscale: #A8A8A8. Windows color (decimal): -5850039 or 4832422. OLE color: 4832422.

HSL color Cylindrical-coordinate representation of color #A6BC49: hue angle of 71.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A6BC49 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB16618873-
CMYK0.1200.610.26
HSL71.48º46.18%51.18%-
HSV(B)71.48º61.17%73.73%-
XYZ34.9144.5513.06-
YUV168.3174.21126.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.88%
GREEN value IS 188 (73.83% from 255) = 44.03%
BLUE value IS 73 (28.91% from 255) = 17.10%
R=38.88%
G=44.03%
B=17.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166188730.1200.610.2671.4846.1851.18
HexA6BC49C03D1A472e33
Octal24627411114075321075663
Binary1010011010111100100100111000111101110101000111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BC49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BC49; }

 p { color: rgb(166,188,73); }

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

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

 a { background-color: rgb(166,188,73); }

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

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

 span { border-color: rgb(166,188,73); }

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