#A5B34C

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

Shades of Celery #A5B34C

Tints of Celery #A5B34C

Color information

#A5B34C (or 0xA5B34C) is unknown color: approx Celery. HEX triplet: A5, B3 and 4C. RGB value is (165,179,76). Sum of RGB (Red+Green+Blue) = 165+179+76=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 179 (70.31% from 255 or 42.62% from 420); Blue value is 76 (30.08% from 255 or 18.10% from 420); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5B34C is #5A4CB3. Grayscale: #A3A3A3. Windows color (decimal): -5917876 or 5026725. OLE color: 5026725.

HSL color Cylindrical-coordinate representation of color #A5B34C: hue angle of 68.16º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5B34C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB16517976-
CMYK0.0800.580.30
HSL68.16º40.39%50%-
HSV(B)68.16º57.54%70.2%-
XYZ32.9440.7612.97-
YUV163.0778.86129.38-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 179 (70.31% from 255) = 42.62%
BLUE value IS 76 (30.08% from 255) = 18.10%
R=39.29%
G=42.62%
B=18.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal165179760.0800.580.3068.1640.3950
HexA5B34C803A1E442832
Octal24526311410072361045062
Binary1010010110110011100110010000111010111101000100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B34C; }

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

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

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

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

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

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

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

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