#A3BF50

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

Shades of Celery #A3BF50

Tints of Celery #A3BF50

Color information

#A3BF50 (or 0xA3BF50) is unknown color: approx Celery. HEX triplet: A3, BF and 50. RGB value is (163,191,80). Sum of RGB (Red+Green+Blue) = 163+191+80=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BF50 is #5C40AF. Grayscale: #AAAAAA. Windows color (decimal): -6045872 or 5291939. OLE color: 5291939.

HSL color Cylindrical-coordinate representation of color #A3BF50: hue angle of 75.14º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3BF50 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB16319180-
CMYK0.1500.580.25
HSL75.14º46.44%53.14%-
HSV(B)75.14º58.12%74.9%-
XYZ35.1845.6314.54-
YUV169.9777.22123.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.56%
GREEN value IS 191 (75% from 255) = 44.01%
BLUE value IS 80 (31.64% from 255) = 18.43%
R=37.56%
G=44.01%
B=18.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163191800.1500.580.2575.1446.4453.14
HexA3BF50F03A194b2e35
Octal24327712017072311135665
Binary1010001110111111101000011110111010110011001011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF50; }

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

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

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

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

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

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

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

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