#A5BC48

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

Shades of Celery #A5BC48

Tints of Celery #A5BC48

Color information

#A5BC48 (or 0xA5BC48) is unknown color: approx Celery. HEX triplet: A5, BC and 48. RGB value is (165,188,72). Sum of RGB (Red+Green+Blue) = 165+188+72=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC48 is #5A43B7. Grayscale: #A8A8A8. Windows color (decimal): -5915576 or 4766885. OLE color: 4766885.

HSL color Cylindrical-coordinate representation of color #A5BC48: hue angle of 71.9º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5BC48 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB16518872-
CMYK0.1200.620.26
HSL71.9º46.4%50.98%-
HSV(B)71.9º61.7%73.73%-
XYZ34.6744.4312.88-
YUV167.973.88125.93-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.82%
GREEN value IS 188 (73.83% from 255) = 44.24%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=38.82%
G=44.24%
B=16.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165188720.1200.620.2671.946.450.98
HexA5BC48C03E1A482e33
Octal24527411014076321105663
Binary1010010110111100100100011000111110110101001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC48; }

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

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

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

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

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

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

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

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