Html Css Color HEX #A2B99B Spring Rain

📋 copy color: '#A2B99B'

red 162 ◦ green 185 ◦ blue 155

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

Shades of Spring Rain #A2B99B

Tints of Spring Rain #A2B99B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

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

R = 32.27%
G = 36.85%
B = 30.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A2B99B (or 0xA2B99B) is known color: Spring Rain. HEX triplet: A2, B9 and 9B. RGB value is (162,185,155). Sum of RGB (Red+Green+Blue) = 162+185+155=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B99B is #5D4664. Grayscale: #AEAEAE. Windows color (decimal): -6112869 or 10205602. OLE color: 10205602.

HSL color Cylindrical-coordinate representation of color #A2B99B: hue angle of 106º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2B99B is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 155 -
CMYK 0.12 0 0.16 0.27
HSL 106º 0.18% 0.67% -
HSV(B) 106º 0.16% 0.73% -
XYZ 38.17 44.75 37.64 -
YUV 174.7 116.88 118.94 -
System Red Green Blue C M Y K H S L
Decimal 162 185 155 0.12 0 0.16 0.27 106 0.18 0.67
Hex A2 B9 9B C 0 10 1B 6A 12 43
Octal 242 271 233 14 0 20 33 152 22 103
Binary 10100010 10111001 10011011 1100 0 10000 11011 1101010 10010 1000011

Color Harmonies of #A2B99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B99B

Black with #A2B99B

Text Example


Text Example

White with #A2B99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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