Html Css Color HEX #A2B59A Spring Rain

📋 copy color: '#A2B59A'

red 162 ◦ green 181 ◦ blue 154

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

Shades of Spring Rain #A2B59A

Tints of Spring Rain #A2B59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

 BLUE value IS 154 (60.55% from 255) = 30.99%

R = 32.6%
G = 36.42%
B = 30.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#A2B59A (or 0xA2B59A) is known color: Spring Rain. HEX triplet: A2, B5 and 9A. RGB value is (162,181,154). Sum of RGB (Red+Green+Blue) = 162+181+154=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 154 (60.55% from 255 or 30.99% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B59A is #5D4A65. Grayscale: #ACACAC. Windows color (decimal): -6113894 or 10139042. OLE color: 10139042.

HSL color Cylindrical-coordinate representation of color #A2B59A: hue angle of 102.22º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A2B59A is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 154 -
CMYK 0.10 0 0.15 0.29
HSL 102.22º 0.15% 0.66% -
HSV(B) 102.22º 0.15% 0.71% -
XYZ 37.26 43.06 36.92 -
YUV 172.24 117.71 120.7 -
System Red Green Blue C M Y K H S L
Decimal 162 181 154 0.10 0 0.15 0.29 102.22 0.15 0.66
Hex A2 B5 9A A 0 F 1D 66 F 42
Octal 242 265 232 12 0 17 35 146 17 102
Binary 10100010 10110101 10011010 1010 0 1111 11101 1100110 1111 1000010

Color Harmonies of #A2B59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B59A

Black with #A2B59A

Text Example


Text Example

White with #A2B59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B59A; }

 p { color: rgb(162,181,154); }

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

background-color css

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

 a { background-color: rgb(162,181,154); }

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

border-color css

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

 span { border-color: rgb(162,181,154); }

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