#A2B452

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

Shades of Celery #A2B452

Tints of Celery #A2B452

Color information

#A2B452 (or 0xA2B452) is unknown color: approx Celery. HEX triplet: A2, B4 and 52. RGB value is (162,180,82). Sum of RGB (Red+Green+Blue) = 162+180+82=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B452 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B452 is #5D4BAD. Grayscale: #A3A3A3. Windows color (decimal): -6114222 or 5420194. OLE color: 5420194.

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

Color convert

RGB16218082-
CMYK0.100.540.29
HSL71.02º39.52%51.37%-
HSV(B)71.02º54.44%70.59%-
XYZ32.7440.9314.16-
YUV163.4582.04126.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.21%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 82 (32.42% from 255) = 19.34%
R=38.21%
G=42.45%
B=19.34%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162180820.100.540.2971.0239.5251.37
HexA2B452A0361D472833
Octal24226412212066351075063
Binary1010001010110100101001010100110110111011000111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B452; }

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

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

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

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

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

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

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

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