#A5BA4E

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

Shades of Celery #A5BA4E

Tints of Celery #A5BA4E

Color information

#A5BA4E (or 0xA5BA4E) is unknown color: approx Celery. HEX triplet: A5, BA and 4E. RGB value is (165,186,78). Sum of RGB (Red+Green+Blue) = 165+186+78=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA4E is #5A45B1. Grayscale: #A7A7A7. Windows color (decimal): -5916082 or 5159589. OLE color: 5159589.

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

Color convert

RGB16518678-
CMYK0.1100.580.27
HSL71.67º43.9%51.76%-
HSV(B)71.67º58.06%72.94%-
XYZ34.4543.6713.82-
YUV167.4177.54126.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 78 (30.86% from 255) = 18.18%
R=38.46%
G=43.36%
B=18.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165186780.1100.580.2771.6743.951.76
HexA5BA4EB03A1B482c34
Octal24527211613072331105464
Binary1010010110111010100111010110111010110111001000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA4E; }

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

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

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

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

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

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

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

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