#A5BD40

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

Shades of Celery #A5BD40

Tints of Celery #A5BD40

Color information

#A5BD40 (or 0xA5BD40) is unknown color: approx Celery. HEX triplet: A5, BD and 40. RGB value is (165,189,64). Sum of RGB (Red+Green+Blue) = 165+189+64=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD40 is #5A42BF. Grayscale: #A8A8A8. Windows color (decimal): -5915328 or 4242853. OLE color: 4242853.

HSL color Cylindrical-coordinate representation of color #A5BD40: hue angle of 71.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5BD40 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB16518964-
CMYK0.1300.660.26
HSL71.52º49.41%49.61%-
HSV(B)71.52º66.14%74.12%-
XYZ34.6444.7611.67-
YUV167.5769.55126.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.47%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 64 (25.39% from 255) = 15.31%
R=39.47%
G=45.22%
B=15.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189640.1300.660.2671.5249.4149.61
HexA5BD40D0421A483132
Octal245275100150102321106162
Binary10100101101111011000000110101000010110101001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD40; }

 p { color: rgb(165,189,64); }

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

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

 a { background-color: rgb(165,189,64); }

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

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

 span { border-color: rgb(165,189,64); }

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