#A5B04A

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

Shades of Celery #A5B04A

Tints of Celery #A5B04A

Color information

#A5B04A (or 0xA5B04A) is unknown color: approx Celery. HEX triplet: A5, B0 and 4A. RGB value is (165,176,74). Sum of RGB (Red+Green+Blue) = 165+176+74=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B04A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B04A is #5A4FB5. Grayscale: #A1A1A1. Windows color (decimal): -5918646 or 4894885. OLE color: 4894885.

HSL color Cylindrical-coordinate representation of color #A5B04A: hue angle of 66.47º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5B04A is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB16517674-
CMYK0.0600.580.31
HSL66.47º40.8%49.02%-
HSV(B)66.47º57.95%69.02%-
XYZ32.2839.5412.41-
YUV161.0878.86130.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 74 (29.30% from 255) = 17.83%
R=39.76%
G=42.41%
B=17.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176740.0600.580.3166.4740.849.02
HexA5B04A603A1F422931
Octal2452601126072371025161
Binary101001011011000010010101100111010111111000010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B04A; }

 p { color: rgb(165,176,74); }

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

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

 a { background-color: rgb(165,176,74); }

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

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

 span { border-color: rgb(165,176,74); }

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