#A2B342

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

Shades of Celery #A2B342

Tints of Celery #A2B342

Color information

#A2B342 (or 0xA2B342) is unknown color: approx Celery. HEX triplet: A2, B3 and 42. RGB value is (162,179,66). Sum of RGB (Red+Green+Blue) = 162+179+66=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 66 (26.17% from 255 or 16.22% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B342 is #5D4CBD. Grayscale: #A1A1A1. Windows color (decimal): -6114494 or 4371362. OLE color: 4371362.

HSL color Cylindrical-coordinate representation of color #A2B342: hue angle of 69.03º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2B342 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB16217966-
CMYK0.0900.630.30
HSL69.03º46.12%48.04%-
HSV(B)69.03º63.13%70.2%-
XYZ3240.3111.25-
YUV161.0474.37128.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 179 (70.31% from 255) = 43.98%
BLUE value IS 66 (26.17% from 255) = 16.22%
R=39.80%
G=43.98%
B=16.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162179660.0900.630.3069.0346.1248.04
HexA2B342903F1E452e30
Octal24226310211077361055660
Binary1010001010110011100001010010111111111101000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B342; }

 p { color: rgb(162,179,66); }

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

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

 a { background-color: rgb(162,179,66); }

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

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

 span { border-color: rgb(162,179,66); }

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