#A6B445

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

Shades of Celery #A6B445

Tints of Celery #A6B445

Color information

#A6B445 (or 0xA6B445) is unknown color: approx Celery. HEX triplet: A6, B4 and 45. RGB value is (166,180,69). Sum of RGB (Red+Green+Blue) = 166+180+69=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6B445 is #594BBA. Grayscale: #A3A3A3. Windows color (decimal): -5852091 or 4568230. OLE color: 4568230.

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

Color convert

RGB16618069-
CMYK0.0800.620.29
HSL67.57º44.58%48.82%-
HSV(B)67.57º61.67%70.59%-
XYZ33.1241.1811.83-
YUV163.1674.86130.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=40%
G=43.37%
B=16.63%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal166180690.0800.620.2967.5744.5848.82
HexA6B445803E1D442d31
Octal24626410510076351045561
Binary1010011010110100100010110000111110111011000100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B445; }

 p { color: rgb(166,180,69); }

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

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

 a { background-color: rgb(166,180,69); }

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

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

 span { border-color: rgb(166,180,69); }

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