#A2B552

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

Shades of Celery #A2B552

Tints of Celery #A2B552

Color information

#A2B552 (or 0xA2B552) is unknown color: approx Celery. HEX triplet: A2, B5 and 52. RGB value is (162,181,82). Sum of RGB (Red+Green+Blue) = 162+181+82=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 82 (32.42% from 255 or 19.29% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B552 is #5D4AAD. Grayscale: #A4A4A4. Windows color (decimal): -6113966 or 5420450. OLE color: 5420450.

HSL color Cylindrical-coordinate representation of color #A2B552: hue angle of 71.52º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2B552 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB16218182-
CMYK0.1000.550.29
HSL71.52º40.08%51.57%-
HSV(B)71.52º54.7%70.98%-
XYZ32.9541.3414.23-
YUV164.0381.71126.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 82 (32.42% from 255) = 19.29%
R=38.12%
G=42.59%
B=19.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162181820.1000.550.2971.5240.0851.57
HexA2B552A0371D482834
Octal24226512212067351105064
Binary1010001010110101101001010100110111111011001000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B552; }

 p { color: rgb(162,181,82); }

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

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

 a { background-color: rgb(162,181,82); }

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

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

 span { border-color: rgb(162,181,82); }

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