#a6b555

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

Shades of Celery #A6B555

Tints of Celery #A6B555

Color information

#A6B555 (or 0xA6B555) is unknown color: approx Celery. HEX triplet: A6, B5 and 55. RGB value is (166,181,85). Sum of RGB (Red+Green+Blue) = 166+181+85=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B555 is #594AAA. Grayscale: #A5A5A5. Windows color (decimal): -5851819 or 5617062. OLE color: 5617062.

HSL color Cylindrical-coordinate representation of color #A6B555: hue angle of 69.38º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6B555 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB16618185-
CMYK0.0800.530.29
HSL69.38º39.34%52.16%-
HSV(B)69.38º53.04%70.98%-
XYZ33.8941.8114.88-
YUV165.5782.53128.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 181 (71.09% from 255) = 41.90%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=38.43%
G=41.90%
B=19.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166181850.0800.530.2969.3839.3452.16
HexA6B55580351D452734
Octal24626512510065351054764
Binary1010011010110101101010110000110101111011000101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6b555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6b555; }

 p { color: rgb(166,181,85); }

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

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

 a { background-color: rgb(166,181,85); }

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

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

 span { border-color: rgb(166,181,85); }

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