#A3BD50

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

Shades of Celery #A3BD50

Tints of Celery #A3BD50

Color information

#A3BD50 (or 0xA3BD50) is unknown color: approx Celery. HEX triplet: A3, BD and 50. RGB value is (163,189,80). Sum of RGB (Red+Green+Blue) = 163+189+80=432 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.73% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BD50 is #5C42AF. Grayscale: #A9A9A9. Windows color (decimal): -6046384 or 5291427. OLE color: 5291427.

HSL color Cylindrical-coordinate representation of color #A3BD50: hue angle of 74.31º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3BD50 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB16318980-
CMYK0.1400.580.26
HSL74.31º45.23%52.75%-
HSV(B)74.31º57.67%74.12%-
XYZ34.7544.7614.4-
YUV168.877.89123.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.73%
GREEN value IS 189 (74.22% from 255) = 43.75%
BLUE value IS 80 (31.64% from 255) = 18.52%
R=37.73%
G=43.75%
B=18.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163189800.1400.580.2674.3145.2352.75
HexA3BD50E03A1A4a2d35
Octal24327512016072321125565
Binary1010001110111101101000011100111010110101001010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BD50; }

 p { color: rgb(163,189,80); }

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

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

 a { background-color: rgb(163,189,80); }

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

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

 span { border-color: rgb(163,189,80); }

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