#A5B04C

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

Shades of Celery #A5B04C

Tints of Celery #A5B04C

Color information

#A5B04C (or 0xA5B04C) is unknown color: approx Celery. HEX triplet: A5, B0 and 4C. RGB value is (165,176,76). Sum of RGB (Red+Green+Blue) = 165+176+76=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 176 (69.14% from 255 or 42.21% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B04C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A5B04C is #5A4FB3. Grayscale: #A1A1A1. Windows color (decimal): -5918644 or 5025957. OLE color: 5025957.

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

Color convert

RGB16517676-
CMYK0.0600.570.31
HSL66.6º39.68%49.41%-
HSV(B)66.6º56.82%69.02%-
XYZ32.3539.5712.77-
YUV161.3179.86130.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 176 (69.14% from 255) = 42.21%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=39.57%
G=42.21%
B=18.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165176760.0600.570.3166.639.6849.41
HexA5B04C60391F432831
Octal2452601146071371035061
Binary101001011011000010011001100111001111111000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B04C; }

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

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

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

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

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

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

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

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