#A5BC46

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

Shades of Celery #A5BC46

Tints of Celery #A5BC46

Color information

#A5BC46 (or 0xA5BC46) is unknown color: approx Celery. HEX triplet: A5, BC and 46. RGB value is (165,188,70). Sum of RGB (Red+Green+Blue) = 165+188+70=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 70 (27.73% from 255 or 16.55% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #A5BC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5BC46 is #5A43B9. Grayscale: #A8A8A8. Windows color (decimal): -5915578 or 4635813. OLE color: 4635813.

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

Color convert

RGB16518870-
CMYK0.1200.630.26
HSL71.69º46.83%50.59%-
HSV(B)71.69º62.77%73.73%-
XYZ34.6144.4112.54-
YUV167.6772.88126.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 188 (73.83% from 255) = 44.44%
BLUE value IS 70 (27.73% from 255) = 16.55%
R=39.01%
G=44.44%
B=16.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165188700.1200.630.2671.6946.8350.59
HexA5BC46C03F1A482f33
Octal24527410614077321105763
Binary1010010110111100100011011000111111110101001000101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BC46; }

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

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

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

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

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

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

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

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