#A1B445

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

Shades of Celery #A1B445

Tints of Celery #A1B445

Color information

#A1B445 (or 0xA1B445) is unknown color: approx Celery. HEX triplet: A1, B4 and 45. RGB value is (161,180,69). Sum of RGB (Red+Green+Blue) = 161+180+69=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B445 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B445 is #5E4BBA. Grayscale: #A2A2A2. Windows color (decimal): -6179771 or 4568225. OLE color: 4568225.

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

Color convert

RGB16118069-
CMYK0.1100.620.29
HSL70.27º44.58%48.82%-
HSV(B)70.27º61.67%70.59%-
XYZ32.0940.6511.78-
YUV161.6675.71127.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 180 (70.70% from 255) = 43.90%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=39.27%
G=43.90%
B=16.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161180690.1100.620.2970.2744.5848.82
HexA1B445B03E1D462d31
Octal24126410513076351065561
Binary1010000110110100100010110110111110111011000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B445; }

 p { color: rgb(161,180,69); }

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

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

 a { background-color: rgb(161,180,69); }

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

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

 span { border-color: rgb(161,180,69); }

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