#A5B54E

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

Shades of Celery #A5B54E

Tints of Celery #A5B54E

Color information

#A5B54E (or 0xA5B54E) is unknown color: approx Celery. HEX triplet: A5, B5 and 4E. RGB value is (165,181,78). Sum of RGB (Red+Green+Blue) = 165+181+78=424 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.92% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 78 (30.86% from 255 or 18.40% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B54E is #5A4AB1. Grayscale: #A4A4A4. Windows color (decimal): -5917362 or 5158309. OLE color: 5158309.

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

Color convert

RGB16518178-
CMYK0.0900.570.29
HSL69.32º41.04%50.78%-
HSV(B)69.32º56.91%70.98%-
XYZ33.4241.613.48-
YUV164.4779.2128.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.92%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 78 (30.86% from 255) = 18.40%
R=38.92%
G=42.69%
B=18.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165181780.0900.570.2969.3241.0450.78
HexA5B54E90391D452933
Octal24526511611071351055163
Binary1010010110110101100111010010111001111011000101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B54E; }

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

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

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

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

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

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

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

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