#A0B345

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

Shades of Celery #A0B345

Tints of Celery #A0B345

Color information

#A0B345 (or 0xA0B345) is unknown color: approx Celery. HEX triplet: A0, B3 and 45. RGB value is (160,179,69). Sum of RGB (Red+Green+Blue) = 160+179+69=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 69 (27.34% from 255 or 16.91% from 408); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B345 is #5F4CBA. Grayscale: #A1A1A1. Windows color (decimal): -6245563 or 4567968. OLE color: 4567968.

HSL color Cylindrical-coordinate representation of color #A0B345: hue angle of 70.36º 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 #A0B345 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB16017969-
CMYK0.1100.610.30
HSL70.36º44.35%48.63%-
HSV(B)70.36º61.45%70.2%-
XYZ31.6940.1411.71-
YUV160.7876.21127.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 39.22%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 69 (27.34% from 255) = 16.91%
R=39.22%
G=43.87%
B=16.91%

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
Decimal160179690.1100.610.3070.3644.3548.63
HexA0B345B03D1E462c31
Octal24026310513075361065461
Binary1010000010110011100010110110111101111101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B345; }

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

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

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

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

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

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

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

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