#A5BA46

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

Shades of Celery #A5BA46

Tints of Celery #A5BA46

Color information

#A5BA46 (or 0xA5BA46) is unknown color: approx Celery. HEX triplet: A5, BA and 46. RGB value is (165,186,70). Sum of RGB (Red+Green+Blue) = 165+186+70=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BA46 is #5A45B9. Grayscale: #A6A6A6. Windows color (decimal): -5916090 or 4635301. OLE color: 4635301.

HSL color Cylindrical-coordinate representation of color #A5BA46: hue angle of 70.86º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5BA46 is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB16518670-
CMYK0.1100.620.27
HSL70.86º45.67%50.2%-
HSV(B)70.86º62.37%72.94%-
XYZ34.1843.5612.4-
YUV166.573.54126.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 70 (27.73% from 255) = 16.63%
R=39.19%
G=44.18%
B=16.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165186700.1100.620.2770.8645.6750.2
HexA5BA46B03E1B472e32
Octal24527210613076331075662
Binary1010010110111010100011010110111110110111000111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA46; }

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

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

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

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

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

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

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

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