Html Css Color HEX #A2A59B Green Spring

📋 copy color: '#A2A59B'

red 162 ◦ green 165 ◦ blue 155

#A2A59B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #A2A59B

Tints of Green Spring #A2A59B

RGB

 RED value IS 162 (63.67% from 255) = 33.61%

 GREEN value IS 165 (64.84% from 255) = 34.23%

 BLUE value IS 155 (60.94% from 255) = 32.16%

R = 33.61%
G = 34.23%
B = 32.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A2A59B (or 0xA2A59B) is known color: Green Spring. HEX triplet: A2, A5 and 9B. RGB value is (162,165,155). Sum of RGB (Red+Green+Blue) = 162+165+155=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A59B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2A59B is #5D5A64. Grayscale: #A3A3A3. Windows color (decimal): -6117989 or 10200482. OLE color: 10200482.

HSL color Cylindrical-coordinate representation of color #A2A59B: hue angle of 78º degrees, saturation: 0.05, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2A59B is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 155 -
CMYK 0.02 0 0.06 0.35
HSL 78º 0.05% 0.63% -
HSV(B) 78º 0.06% 0.65% -
XYZ 34.27 36.96 36.34 -
YUV 162.96 123.51 127.31 -
System Red Green Blue C M Y K H S L
Decimal 162 165 155 0.02 0 0.06 0.35 78 0.05 0.63
Hex A2 A5 9B 2 0 6 23 4E 5 3F
Octal 242 245 233 2 0 6 43 116 5 77
Binary 10100010 10100101 10011011 10 0 110 100011 1001110 101 111111

Color Harmonies of #A2A59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A59B

Black with #A2A59B

Text Example


Text Example

White with #A2A59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A59B; }

 p { color: rgb(162,165,155); }

 H1.HeaderClassName
 {
   color: #A2A59B;
 }
 .AnyTagClassName
 {
   color: #A2A59B;
 }
</style>

background-color css

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

 a { background-color: rgb(162,165,155); }

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

border-color css

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

 span { border-color: rgb(162,165,155); }

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