#A6B85A

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

Shades of Celery #A6B85A

Tints of Celery #A6B85A

Color information

#A6B85A (or 0xA6B85A) is unknown color: approx Celery. HEX triplet: A6, B8 and 5A. RGB value is (166,184,90). Sum of RGB (Red+Green+Blue) = 166+184+90=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B85A is #5947A5. Grayscale: #A8A8A8. Windows color (decimal): -5851046 or 5945510. OLE color: 5945510.

HSL color Cylindrical-coordinate representation of color #A6B85A: hue angle of 71.49º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6B85A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB16618490-
CMYK0.1000.510.28
HSL71.49º39.83%53.73%-
HSV(B)71.49º51.09%72.16%-
XYZ34.7143.1316.17-
YUV167.984.04126.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.73%
GREEN value IS 184 (72.27% from 255) = 41.82%
BLUE value IS 90 (35.55% from 255) = 20.45%
R=37.73%
G=41.82%
B=20.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166184900.1000.510.2871.4939.8353.73
HexA6B85AA0331C472836
Octal24627013212063341075066
Binary1010011010111000101101010100110011111001000111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B85A; }

 p { color: rgb(166,184,90); }

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

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

 a { background-color: rgb(166,184,90); }

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

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

 span { border-color: rgb(166,184,90); }

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