#A5BE3D

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

Shades of Celery #A5BE3D

Tints of Celery #A5BE3D

Color information

#A5BE3D (or 0xA5BE3D) is unknown color: approx Celery. HEX triplet: A5, BE and 3D. RGB value is (165,190,61). Sum of RGB (Red+Green+Blue) = 165+190+61=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BE3D is #5A41C2. Grayscale: #A8A8A8. Windows color (decimal): -5915075 or 4046501. OLE color: 4046501.

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

Color convert

RGB16519061-
CMYK0.1300.680.25
HSL71.63º51.39%49.22%-
HSV(B)71.63º67.89%74.51%-
XYZ34.7745.1611.3-
YUV167.8267.72125.99-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.66%
GREEN value IS 190 (74.61% from 255) = 45.67%
BLUE value IS 61 (24.22% from 255) = 14.66%
R=39.66%
G=45.67%
B=14.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165190610.1300.680.2571.6351.3949.22
HexA5BE3DD04419483331
Octal24527675150104311106361
Binary1010010110111110111101110101000100110011001000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE3D; }

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

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

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

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

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

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

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

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