#A3B14D

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

Shades of Celery #A3B14D

Tints of Celery #A3B14D

Color information

#A3B14D (or 0xA3B14D) is unknown color: approx Celery. HEX triplet: A3, B1 and 4D. RGB value is (163,177,77). Sum of RGB (Red+Green+Blue) = 163+177+77=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 77 (30.47% from 255 or 18.47% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #A3B14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3B14D is #5C4EB2. Grayscale: #A1A1A1. Windows color (decimal): -6049459 or 5091747. OLE color: 5091747.

HSL color Cylindrical-coordinate representation of color #A3B14D: hue angle of 68.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A3B14D is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB16317777-
CMYK0.0800.560.31
HSL68.4º39.37%49.8%-
HSV(B)68.4º56.5%69.41%-
XYZ32.1739.7713-
YUV161.4180.36129.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 77 (30.47% from 255) = 18.47%
R=39.09%
G=42.45%
B=18.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal163177770.0800.560.3168.439.3749.8
HexA3B14D80381F442732
Octal24326111510070371044762
Binary1010001110110001100110110000111000111111000100100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B14D; }

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

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

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

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

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

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

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

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