#A5BE41

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

Shades of Celery #A5BE41

Tints of Celery #A5BE41

Color information

#A5BE41 (or 0xA5BE41) is unknown color: approx Celery. HEX triplet: A5, BE and 41. RGB value is (165,190,65). Sum of RGB (Red+Green+Blue) = 165+190+65=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BE41 is #5A41BE. Grayscale: #A8A8A8. Windows color (decimal): -5915071 or 4308645. OLE color: 4308645.

HSL color Cylindrical-coordinate representation of color #A5BE41: hue angle of 72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A5BE41 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB16519065-
CMYK0.1300.660.25
HSL72º49.02%50%-
HSV(B)72º65.79%74.51%-
XYZ34.8845.2111.89-
YUV168.2769.72125.66-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.29%
GREEN value IS 190 (74.61% from 255) = 45.24%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=39.29%
G=45.24%
B=15.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165190650.1300.660.257249.0250
HexA5BE41D04219483132
Octal245276101150102311106162
Binary10100101101111101000001110101000010110011001000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE41; }

 p { color: rgb(165,190,65); }

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

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

 a { background-color: rgb(165,190,65); }

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

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

 span { border-color: rgb(165,190,65); }

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