#A2BC54

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

Shades of Celery #A2BC54

Tints of Celery #A2BC54

Color information

#A2BC54 (or 0xA2BC54) is unknown color: approx Celery. HEX triplet: A2, BC and 54. RGB value is (162,188,84). Sum of RGB (Red+Green+Blue) = 162+188+84=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BC54 is #5D43AB. Grayscale: #A8A8A8. Windows color (decimal): -6112172 or 5553314. OLE color: 5553314.

HSL color Cylindrical-coordinate representation of color #A2BC54: hue angle of 75º 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 #A2BC54 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB16218884-
CMYK0.1400.550.26
HSL75º43.7%53.33%-
HSV(B)75º55.32%73.73%-
XYZ34.4844.2915.12-
YUV168.3780.39123.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 84 (33.20% from 255) = 19.35%
R=37.33%
G=43.32%
B=19.35%

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
Decimal162188840.1400.550.267543.753.33
HexA2BC54E0371A4b2c35
Octal24227412416067321135465
Binary1010001010111100101010011100110111110101001011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BC54; }

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

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

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

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

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

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

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

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