#A0BA4E

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

Shades of Celery #A0BA4E

Tints of Celery #A0BA4E

Color information

#A0BA4E (or 0xA0BA4E) is unknown color: approx Celery. HEX triplet: A0, BA and 4E. RGB value is (160,186,78). Sum of RGB (Red+Green+Blue) = 160+186+78=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA4E is #5F45B1. Grayscale: #A6A6A6. Windows color (decimal): -6243762 or 5159584. OLE color: 5159584.

HSL color Cylindrical-coordinate representation of color #A0BA4E: hue angle of 74.44º 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 #A0BA4E is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB16018678-
CMYK0.1400.580.27
HSL74.44º43.9%51.76%-
HSV(B)74.44º58.06%72.94%-
XYZ33.4343.1413.77-
YUV165.9178.39123.78-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=37.74%
G=43.87%
B=18.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160186780.1400.580.2774.4443.951.76
HexA0BA4EE03A1B4a2c34
Octal24027211616072331125464
Binary1010000010111010100111011100111010110111001010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA4E; }

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

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

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

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

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

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

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

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