#A5BA59

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

Shades of Celery #A5BA59

Tints of Celery #A5BA59

Color information

#A5BA59 (or 0xA5BA59) is unknown color: approx Celery. HEX triplet: A5, BA and 59. RGB value is (165,186,89). Sum of RGB (Red+Green+Blue) = 165+186+89=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 89 (35.16% from 255 or 20.23% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5BA59 is #5A45A6. Grayscale: #A9A9A9. Windows color (decimal): -5916071 or 5880485. OLE color: 5880485.

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

Color convert

RGB16518689-
CMYK0.1100.520.27
HSL72.99º41.28%53.92%-
HSV(B)72.99º52.15%72.94%-
XYZ34.8843.8416.07-
YUV168.6683.04125.39-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.5%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 89 (35.16% from 255) = 20.23%
R=37.5%
G=42.27%
B=20.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165186890.1100.520.2772.9941.2853.92
HexA5BA59B0341B492936
Octal24527213113064331115166
Binary1010010110111010101100110110110100110111001001101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA59; }

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

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

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

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

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

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

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

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