#A5B44C

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

Shades of Celery #A5B44C

Tints of Celery #A5B44C

Color information

#A5B44C (or 0xA5B44C) is unknown color: approx Celery. HEX triplet: A5, B4 and 4C. RGB value is (165,180,76). Sum of RGB (Red+Green+Blue) = 165+180+76=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B44C is #5A4BB3. Grayscale: #A4A4A4. Windows color (decimal): -5917620 or 5026981. OLE color: 5026981.

HSL color Cylindrical-coordinate representation of color #A5B44C: hue angle of 68.65º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5B44C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB16518076-
CMYK0.0800.580.29
HSL68.65º40.94%50.2%-
HSV(B)68.65º57.78%70.59%-
XYZ33.1441.1613.04-
YUV163.6678.53128.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.19%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=39.19%
G=42.76%
B=18.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165180760.0800.580.2968.6540.9450.2
HexA5B44C803A1D452932
Octal24526411410072351055162
Binary1010010110110100100110010000111010111011000101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B44C; }

 p { color: rgb(165,180,76); }

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

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

 a { background-color: rgb(165,180,76); }

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

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

 span { border-color: rgb(165,180,76); }

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