#A0B346

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

Shades of Celery #A0B346

Tints of Celery #A0B346

Color information

#A0B346 (or 0xA0B346) is unknown color: approx Celery. HEX triplet: A0, B3 and 46. RGB value is (160,179,70). Sum of RGB (Red+Green+Blue) = 160+179+70=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B346 is #5F4CB9. Grayscale: #A1A1A1. Windows color (decimal): -6245562 or 4633504. OLE color: 4633504.

HSL color Cylindrical-coordinate representation of color #A0B346: hue angle of 70.46º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0B346 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB16017970-
CMYK0.1100.610.30
HSL70.46º43.78%48.82%-
HSV(B)70.46º60.89%70.2%-
XYZ31.7240.1611.87-
YUV160.8976.71127.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.12%
GREEN value IS 179 (70.31% from 255) = 43.77%
BLUE value IS 70 (27.73% from 255) = 17.11%
R=39.12%
G=43.77%
B=17.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal160179700.1100.610.3070.4643.7848.82
HexA0B346B03D1E462c31
Octal24026310613075361065461
Binary1010000010110011100011010110111101111101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B346; }

 p { color: rgb(160,179,70); }

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

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

 a { background-color: rgb(160,179,70); }

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

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

 span { border-color: rgb(160,179,70); }

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