#A2B351

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

Shades of Celery #A2B351

Tints of Celery #A2B351

Color information

#A2B351 (or 0xA2B351) is unknown color: approx Celery. HEX triplet: A2, B3 and 51. RGB value is (162,179,81). Sum of RGB (Red+Green+Blue) = 162+179+81=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 81 (32.03% from 255 or 19.19% from 422); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B351 is #5D4CAE. Grayscale: #A3A3A3. Windows color (decimal): -6114479 or 5354402. OLE color: 5354402.

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

Color convert

RGB16217981-
CMYK0.0900.550.30
HSL70.41º39.2%50.98%-
HSV(B)70.41º54.75%70.2%-
XYZ32.5140.5213.89-
YUV162.7481.87127.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 179 (70.31% from 255) = 42.42%
BLUE value IS 81 (32.03% from 255) = 19.19%
R=38.39%
G=42.42%
B=19.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal162179810.0900.550.3070.4139.250.98
HexA2B35190371E462733
Octal24226312111067361064763
Binary1010001010110011101000110010110111111101000110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B351; }

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

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

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

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

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

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

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

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