#A2B241

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

Shades of Celery #A2B241

Tints of Celery #A2B241

Color information

#A2B241 (or 0xA2B241) is unknown color: approx Celery. HEX triplet: A2, B2 and 41. RGB value is (162,178,65). Sum of RGB (Red+Green+Blue) = 162+178+65=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B241 is #5D4DBE. Grayscale: #A0A0A0. Windows color (decimal): -6114751 or 4305570. OLE color: 4305570.

HSL color Cylindrical-coordinate representation of color #A2B241: hue angle of 68.5º degrees, saturation: 0.47, 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 #A2B241 is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB16217865-
CMYK0.0900.630.30
HSL68.5º46.5%47.65%-
HSV(B)68.5º63.48%69.8%-
XYZ31.7739.911.03-
YUV160.3374.2129.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 65 (25.78% from 255) = 16.05%
R=40%
G=43.95%
B=16.05%

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
Decimal162178650.0900.630.3068.546.547.65
HexA2B241903F1E442f30
Octal24226210111077361045760
Binary1010001010110010100000110010111111111101000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B241; }

 p { color: rgb(162,178,65); }

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

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

 a { background-color: rgb(162,178,65); }

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

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

 span { border-color: rgb(162,178,65); }

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