#A2B041

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

Shades of Celery #A2B041

Tints of Celery #A2B041

Color information

#A2B041 (or 0xA2B041) is unknown color: approx Celery. HEX triplet: A2, B0 and 41. RGB value is (162,176,65). Sum of RGB (Red+Green+Blue) = 162+176+65=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2B041 is #5D4FBE. Grayscale: #9F9F9F. Windows color (decimal): -6115263 or 4305058. OLE color: 4305058.

HSL color Cylindrical-coordinate representation of color #A2B041: hue angle of 67.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2B041 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB16217665-
CMYK0.0800.630.31
HSL67.57º46.06%47.25%-
HSV(B)67.57º63.07%69.02%-
XYZ31.3839.1110.9-
YUV159.1674.86130.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.20%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 65 (25.78% from 255) = 16.13%
R=40.20%
G=43.67%
B=16.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162176650.0800.630.3167.5746.0647.25
HexA2B041803F1F442e2f
Octal24226010110077371045657
Binary1010001010110000100000110000111111111111000100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B041; }

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

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

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

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

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

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

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

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