#A1BA49

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

Shades of Celery #A1BA49

Tints of Celery #A1BA49

Color information

#A1BA49 (or 0xA1BA49) is unknown color: approx Celery. HEX triplet: A1, BA and 49. RGB value is (161,186,73). Sum of RGB (Red+Green+Blue) = 161+186+73=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 73 (28.91% from 255 or 17.38% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BA49 is #5E45B6. Grayscale: #A6A6A6. Windows color (decimal): -6178231 or 4831905. OLE color: 4831905.

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

Color convert

RGB16118673-
CMYK0.1300.610.27
HSL73.27º45.02%50.78%-
HSV(B)73.27º60.75%72.94%-
XYZ33.4643.1812.87-
YUV165.6475.72124.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 73 (28.91% from 255) = 17.38%
R=38.33%
G=44.29%
B=17.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186730.1300.610.2773.2745.0250.78
HexA1BA49D03D1B492d33
Octal24127211115075331115563
Binary1010000110111010100100111010111101110111001001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA49; }

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

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

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

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

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

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

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

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