#A1B346

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

Shades of Celery #A1B346

Tints of Celery #A1B346

Color information

#A1B346 (or 0xA1B346) is unknown color: approx Celery. HEX triplet: A1, B3 and 46. RGB value is (161,179,70). Sum of RGB (Red+Green+Blue) = 161+179+70=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 70 (27.73% from 255 or 17.07% from 410); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1B346 is #5E4CB9. Grayscale: #A1A1A1. Windows color (decimal): -6180026 or 4633505. OLE color: 4633505.

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

Color convert

RGB16117970-
CMYK0.1000.610.30
HSL69.91º43.78%48.82%-
HSV(B)69.91º60.89%70.2%-
XYZ31.9240.2611.88-
YUV161.1976.54127.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 179 (70.31% from 255) = 43.66%
BLUE value IS 70 (27.73% from 255) = 17.07%
R=39.27%
G=43.66%
B=17.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161179700.1000.610.3069.9143.7848.82
HexA1B346A03D1E462c31
Octal24126310612075361065461
Binary1010000110110011100011010100111101111101000110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B346; }

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

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

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

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

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

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

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

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