#A5B53D

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

Shades of Celery #A5B53D

Tints of Celery #A5B53D

Color information

#A5B53D (or 0xA5B53D) is unknown color: approx Celery. HEX triplet: A5, B5 and 3D. RGB value is (165,181,61). Sum of RGB (Red+Green+Blue) = 165+181+61=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 61 (24.22% from 255 or 14.99% from 407); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B53D is #5A4AC2. Grayscale: #A3A3A3. Windows color (decimal): -5917379 or 4044197. OLE color: 4044197.

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

Color convert

RGB16518161-
CMYK0.0900.660.29
HSL68º49.59%47.45%-
HSV(B)68º66.3%70.98%-
XYZ32.8841.3810.67-
YUV162.5470.7129.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 181 (71.09% from 255) = 44.47%
BLUE value IS 61 (24.22% from 255) = 14.99%
R=40.54%
G=44.47%
B=14.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181610.0900.660.296849.5947.45
HexA5B53D90421D44322f
Octal24526575110102351046257
Binary1010010110110101111101100101000010111011000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B53D; }

 p { color: rgb(165,181,61); }

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

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

 a { background-color: rgb(165,181,61); }

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

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

 span { border-color: rgb(165,181,61); }

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