#A5BE48

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

Shades of Celery #A5BE48

Tints of Celery #A5BE48

Color information

#A5BE48 (or 0xA5BE48) is unknown color: approx Celery. HEX triplet: A5, BE and 48. RGB value is (165,190,72). Sum of RGB (Red+Green+Blue) = 165+190+72=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BE48 is #5A41B7. Grayscale: #A9A9A9. Windows color (decimal): -5915064 or 4767397. OLE color: 4767397.

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

Color convert

RGB16519072-
CMYK0.1300.620.25
HSL72.71º47.58%51.37%-
HSV(B)72.71º62.11%74.51%-
XYZ35.145.2913.02-
YUV169.0773.22125.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 190 (74.61% from 255) = 44.50%
BLUE value IS 72 (28.52% from 255) = 16.86%
R=38.64%
G=44.50%
B=16.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165190720.1300.620.2572.7147.5851.37
HexA5BE48D03E19493033
Octal24527611015076311116063
Binary1010010110111110100100011010111110110011001001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE48; }

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

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

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

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

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

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

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

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