#A5B437

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

Shades of Celery #A5B437

Tints of Celery #A5B437

Color information

#A5B437 (or 0xA5B437) is unknown color: approx Celery. HEX triplet: A5, B4 and 37. RGB value is (165,180,55). Sum of RGB (Red+Green+Blue) = 165+180+55=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 55 (21.88% from 255 or 13.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B437 is #5A4BC8. Grayscale: #A1A1A1. Windows color (decimal): -5917641 or 3650725. OLE color: 3650725.

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

Color convert

RGB16518055-
CMYK0.0800.690.29
HSL67.2º53.19%46.08%-
HSV(B)67.2º69.44%70.59%-
XYZ32.5340.929.8-
YUV161.2768.03130.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 55 (21.88% from 255) = 13.75%
R=41.25%
G=45%
B=13.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165180550.0800.690.2967.253.1946.08
HexA5B43780451D43352e
Octal24526467100105351036556
Binary1010010110110100110111100001000101111011000011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B437; }

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

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

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

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

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

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

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

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