#A1BA46

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

Shades of Celery #A1BA46

Tints of Celery #A1BA46

Color information

#A1BA46 (or 0xA1BA46) is unknown color: approx Celery. HEX triplet: A1, BA and 46. RGB value is (161,186,70). Sum of RGB (Red+Green+Blue) = 161+186+70=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA46 is #5E45B9. Grayscale: #A5A5A5. Windows color (decimal): -6178234 or 4635297. OLE color: 4635297.

HSL color Cylindrical-coordinate representation of color #A1BA46: hue angle of 72.93º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1BA46 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB16118670-
CMYK0.1300.620.27
HSL72.93º45.67%50.2%-
HSV(B)72.93º62.37%72.94%-
XYZ33.3643.1412.36-
YUV165.374.22124.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 186 (73.05% from 255) = 44.60%
BLUE value IS 70 (27.73% from 255) = 16.79%
R=38.61%
G=44.60%
B=16.79%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186700.1300.620.2772.9345.6750.2
HexA1BA46D03E1B492e32
Octal24127210615076331115662
Binary1010000110111010100011011010111110110111001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA46; }

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

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

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

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

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

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

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

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