#A5BD44

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

Shades of Celery #A5BD44

Tints of Celery #A5BD44

Color information

#A5BD44 (or 0xA5BD44) is unknown color: approx Celery. HEX triplet: A5, BD and 44. RGB value is (165,189,68). Sum of RGB (Red+Green+Blue) = 165+189+68=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #A5BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BD44 is #5A42BB. Grayscale: #A8A8A8. Windows color (decimal): -5915324 or 4504997. OLE color: 4504997.

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

Color convert

RGB16518968-
CMYK0.1300.640.26
HSL71.9º47.83%50.39%-
HSV(B)71.9º64.02%74.12%-
XYZ34.7644.8112.29-
YUV168.0371.55125.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.10%
GREEN value IS 189 (74.22% from 255) = 44.79%
BLUE value IS 68 (26.95% from 255) = 16.11%
R=39.10%
G=44.79%
B=16.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165189680.1300.640.2671.947.8350.39
HexA5BD44D0401A483032
Octal245275104150100321106062
Binary10100101101111011000100110101000000110101001000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BD44; }

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

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

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

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

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

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

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

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