#A2B44B

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

Shades of Celery #A2B44B

Tints of Celery #A2B44B

Color information

#A2B44B (or 0xA2B44B) is unknown color: approx Celery. HEX triplet: A2, B4 and 4B. RGB value is (162,180,75). Sum of RGB (Red+Green+Blue) = 162+180+75=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B44B is #5D4BB4. Grayscale: #A3A3A3. Windows color (decimal): -6114229 or 4961442. OLE color: 4961442.

HSL color Cylindrical-coordinate representation of color #A2B44B: hue angle of 70.29º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2B44B is Cyan = 0.1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB16218075-
CMYK0.100.580.29
HSL70.29º41.18%50%-
HSV(B)70.29º58.33%70.59%-
XYZ32.4940.8312.83-
YUV162.6578.54127.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.85%
GREEN value IS 180 (70.70% from 255) = 43.17%
BLUE value IS 75 (29.69% from 255) = 17.99%
R=38.85%
G=43.17%
B=17.99%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180750.100.580.2970.2941.1850
HexA2B44BA03A1D462932
Octal24226411312072351065162
Binary1010001010110100100101110100111010111011000110101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B44B; }

 p { color: rgb(162,180,75); }

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

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

 a { background-color: rgb(162,180,75); }

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

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

 span { border-color: rgb(162,180,75); }

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