#A2BA4E

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

Shades of Celery #A2BA4E

Tints of Celery #A2BA4E

Color information

#A2BA4E (or 0xA2BA4E) is unknown color: approx Celery. HEX triplet: A2, BA and 4E. RGB value is (162,186,78). Sum of RGB (Red+Green+Blue) = 162+186+78=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA4E is #5D45B1. Grayscale: #A6A6A6. Windows color (decimal): -6112690 or 5159586. OLE color: 5159586.

HSL color Cylindrical-coordinate representation of color #A2BA4E: hue angle of 73.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A2BA4E is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB16218678-
CMYK0.1300.580.27
HSL73.33º43.9%51.76%-
HSV(B)73.33º58.06%72.94%-
XYZ33.8343.3513.79-
YUV166.5178.05124.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=38.03%
G=43.66%
B=18.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162186780.1300.580.2773.3343.951.76
HexA2BA4ED03A1B492c34
Octal24227211615072331115464
Binary1010001010111010100111011010111010110111001001101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BA4E; }

 p { color: rgb(162,186,78); }

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

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

 a { background-color: rgb(162,186,78); }

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

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

 span { border-color: rgb(162,186,78); }

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