#A1BA54

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

Shades of Celery #A1BA54

Tints of Celery #A1BA54

Color information

#A1BA54 (or 0xA1BA54) is unknown color: approx Celery. HEX triplet: A1, BA and 54. RGB value is (161,186,84). Sum of RGB (Red+Green+Blue) = 161+186+84=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BA54 is #5E45AB. Grayscale: #A7A7A7. Windows color (decimal): -6178220 or 5552801. OLE color: 5552801.

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

Color convert

RGB16118684-
CMYK0.1300.550.27
HSL74.71º42.5%52.94%-
HSV(B)74.71º54.84%72.94%-
XYZ33.8643.3314.97-
YUV166.981.22123.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=37.35%
G=43.16%
B=19.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161186840.1300.550.2774.7142.552.94
HexA1BA54D0371B4b2a35
Octal24127212415067331135265
Binary1010000110111010101010011010110111110111001011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA54; }

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

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

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

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

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

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

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

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