#A5AD4D

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

Shades of Celery #A5AD4D

Tints of Celery #A5AD4D

Color information

#A5AD4D (or 0xA5AD4D) is unknown color: approx Celery. HEX triplet: A5, AD and 4D. RGB value is (165,173,77). Sum of RGB (Red+Green+Blue) = 165+173+77=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 173 (67.97% from 255 or 41.69% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD4D is #5A52B2. Grayscale: #A0A0A0. Windows color (decimal): -5919411 or 5090725. OLE color: 5090725.

HSL color Cylindrical-coordinate representation of color #A5AD4D: hue angle of 65º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A5AD4D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB16517377-
CMYK0.0500.550.32
HSL65º38.4%49.02%-
HSV(B)65º55.49%67.84%-
XYZ31.838.4212.76-
YUV159.6681.35131.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 173 (67.97% from 255) = 41.69%
BLUE value IS 77 (30.47% from 255) = 18.55%
R=39.76%
G=41.69%
B=18.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165173770.0500.550.326538.449.02
HexA5AD4D503720412631
Octal2452551155067401014661
Binary1010010110101101100110110101101111000001000001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD4D; }

 p { color: rgb(165,173,77); }

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

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

 a { background-color: rgb(165,173,77); }

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

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

 span { border-color: rgb(165,173,77); }

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