Html Css Color HEX #A1BA9B Spring Rain

📋 copy color: '#A1BA9B'

red 161 ◦ green 186 ◦ blue 155

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

Shades of Spring Rain #A1BA9B

Tints of Spring Rain #A1BA9B

RGB

 RED value IS 161 (63.28% from 255) = 32.07%

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 32.07%
G = 37.05%
B = 30.88%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A1BA9B (or 0xA1BA9B) is known color: Spring Rain. HEX triplet: A1, BA and 9B. RGB value is (161,186,155). Sum of RGB (Red+Green+Blue) = 161+186+155=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 155 (60.94% from 255 or 30.88% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA9B is #5E4564. Grayscale: #AFAFAF. Windows color (decimal): -6178149 or 10205857. OLE color: 10205857.

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

Color convert

RGB 161 186 155 -
CMYK 0.13 0 0.17 0.27
HSL 108.39º 0.18% 0.67% -
HSV(B) 108.39º 0.17% 0.73% -
XYZ 38.17 45.06 37.7 -
YUV 174.99 116.72 118.02 -
System Red Green Blue C M Y K H S L
Decimal 161 186 155 0.13 0 0.17 0.27 108.39 0.18 0.67
Hex A1 BA 9B D 0 11 1B 6C 12 43
Octal 241 272 233 15 0 21 33 154 22 103
Binary 10100001 10111010 10011011 1101 0 10001 11011 1101100 10010 1000011

Color Harmonies of #A1BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BA9B

Black with #A1BA9B

Text Example


Text Example

White with #A1BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BA9B; }

 p { color: rgb(161,186,155); }

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

background-color css

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

 a { background-color: rgb(161,186,155); }

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

border-color css

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

 span { border-color: rgb(161,186,155); }

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