#A1BC54

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

Shades of Celery #A1BC54

Tints of Celery #A1BC54

Color information

#A1BC54 (or 0xA1BC54) is unknown color: approx Celery. HEX triplet: A1, BC and 54. RGB value is (161,188,84). Sum of RGB (Red+Green+Blue) = 161+188+84=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1BC54 is #5E43AB. Grayscale: #A8A8A8. Windows color (decimal): -6177708 or 5553313. OLE color: 5553313.

HSL color Cylindrical-coordinate representation of color #A1BC54: hue angle of 75.58º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A1BC54 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB16118884-
CMYK0.1400.550.26
HSL75.58º43.7%53.33%-
HSV(B)75.58º55.32%73.73%-
XYZ34.2844.1815.11-
YUV168.0780.55122.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 43.42%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=37.18%
G=43.42%
B=19.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161188840.1400.550.2675.5843.753.33
HexA1BC54E0371A4c2c35
Octal24127412416067321145465
Binary1010000110111100101010011100110111110101001100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BC54; }

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

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

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

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

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

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

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

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