#A0B44B

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

Shades of Celery #A0B44B

Tints of Celery #A0B44B

Color information

#A0B44B (or 0xA0B44B) is unknown color: approx Celery. HEX triplet: A0, B4 and 4B. RGB value is (160,180,75). Sum of RGB (Red+Green+Blue) = 160+180+75=415 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.55% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B44B is #5F4BB4. Grayscale: #A2A2A2. Windows color (decimal): -6245301 or 4961440. OLE color: 4961440.

HSL color Cylindrical-coordinate representation of color #A0B44B: hue angle of 71.43º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0B44B is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB16018075-
CMYK0.1100.580.29
HSL71.43º41.18%50%-
HSV(B)71.43º58.33%70.59%-
XYZ32.0940.6212.81-
YUV162.0578.87126.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.55%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 75 (29.69% from 255) = 18.07%
R=38.55%
G=43.37%
B=18.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160180750.1100.580.2971.4341.1850
HexA0B44BB03A1D472932
Octal24026411313072351075162
Binary1010000010110100100101110110111010111011000111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B44B; }

 p { color: rgb(160,180,75); }

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

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

 a { background-color: rgb(160,180,75); }

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

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

 span { border-color: rgb(160,180,75); }

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