#A1BA4E

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

Shades of Celery #A1BA4E

Tints of Celery #A1BA4E

Color information

#A1BA4E (or 0xA1BA4E) is unknown color: approx Celery. HEX triplet: A1, BA and 4E. RGB value is (161,186,78). Sum of RGB (Red+Green+Blue) = 161+186+78=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 78 (30.86% from 255 or 18.35% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA4E is #5E45B1. Grayscale: #A6A6A6. Windows color (decimal): -6178226 or 5159585. OLE color: 5159585.

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

Color convert

RGB16118678-
CMYK0.1300.580.27
HSL73.89º43.9%51.76%-
HSV(B)73.89º58.06%72.94%-
XYZ33.6343.2413.78-
YUV166.2178.22124.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 78 (30.86% from 255) = 18.35%
R=37.88%
G=43.76%
B=18.35%

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
Decimal161186780.1300.580.2773.8943.951.76
HexA1BA4ED03A1B4a2c34
Octal24127211615072331125464
Binary1010000110111010100111011010111010110111001010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA4E; }

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

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

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

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

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

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

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

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