#A3BE55

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

Shades of Celery #A3BE55

Tints of Celery #A3BE55

Color information

#A3BE55 (or 0xA3BE55) is unknown color: approx Celery. HEX triplet: A3, BE and 55. RGB value is (163,190,85). Sum of RGB (Red+Green+Blue) = 163+190+85=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #A3BE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3BE55 is #5C41AA. Grayscale: #AAAAAA. Windows color (decimal): -6046123 or 5619363. OLE color: 5619363.

HSL color Cylindrical-coordinate representation of color #A3BE55: hue angle of 75.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3BE55 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB16319085-
CMYK0.1400.550.25
HSL75.43º44.68%53.92%-
HSV(B)75.43º55.26%74.51%-
XYZ35.1645.2715.48-
YUV169.9680.05123.04-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 190 (74.61% from 255) = 43.38%
BLUE value IS 85 (33.59% from 255) = 19.41%
R=37.21%
G=43.38%
B=19.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163190850.1400.550.2575.4344.6853.92
HexA3BE55E037194b2d36
Octal24327612516067311135566
Binary1010001110111110101010111100110111110011001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BE55; }

 p { color: rgb(163,190,85); }

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

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

 a { background-color: rgb(163,190,85); }

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

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

 span { border-color: rgb(163,190,85); }

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