#A3B14A

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

Shades of Celery #A3B14A

Tints of Celery #A3B14A

Color information

#A3B14A (or 0xA3B14A) is unknown color: approx Celery. HEX triplet: A3, B1 and 4A. RGB value is (163,177,74). Sum of RGB (Red+Green+Blue) = 163+177+74=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3B14A is #5C4EB5. Grayscale: #A1A1A1. Windows color (decimal): -6049462 or 4895139. OLE color: 4895139.

HSL color Cylindrical-coordinate representation of color #A3B14A: hue angle of 68.16º 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 #A3B14A is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB16317774-
CMYK0.0800.580.31
HSL68.16º41.04%49.22%-
HSV(B)68.16º58.19%69.41%-
XYZ32.0639.7312.46-
YUV161.0778.86129.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.37%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 74 (29.30% from 255) = 17.87%
R=39.37%
G=42.75%
B=17.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177740.0800.580.3168.1641.0449.22
HexA3B14A803A1F442931
Octal24326111210072371045161
Binary1010001110110001100101010000111010111111000100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B14A; }

 p { color: rgb(163,177,74); }

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

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

 a { background-color: rgb(163,177,74); }

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

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

 span { border-color: rgb(163,177,74); }

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