#A2A631

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

Shades of Citron #A2A631

Tints of Citron #A2A631

Color information

#A2A631 (or 0xA2A631) is unknown color: approx Citron. HEX triplet: A2, A6 and 31. RGB value is (162,166,49). Sum of RGB (Red+Green+Blue) = 162+166+49=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #A2A631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A631 is #5D59CE. Grayscale: #979797. Windows color (decimal): -6117839 or 3253922. OLE color: 3253922.

HSL color Cylindrical-coordinate representation of color #A2A631: hue angle of 62.05º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2A631 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16216649-
CMYK0.0200.700.35
HSL62.05º54.42%42.16%-
HSV(B)62.05º70.48%65.1%-
XYZ29.0935.188.16-
YUV151.4770.17135.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 166 (65.23% from 255) = 44.03%
BLUE value IS 49 (19.53% from 255) = 13.00%
R=42.97%
G=44.03%
B=13.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal162166490.0200.700.3562.0554.4242.16
HexA2A6312046233e362a
Octal242246612010643766652
Binary10100010101001101100011001000110100011111110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2A631; }

 p { color: rgb(162,166,49); }

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

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

 a { background-color: rgb(162,166,49); }

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

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

 span { border-color: rgb(162,166,49); }

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