Html Css Color HEX #A9BA9E Spring Rain

📋 copy color: '#A9BA9E'

red 169 ◦ green 186 ◦ blue 158

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

Shades of Spring Rain #A9BA9E

Tints of Spring Rain #A9BA9E

RGB

 RED value IS 169 (66.41% from 255) = 32.94%

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

 BLUE value IS 158 (62.11% from 255) = 30.8%

R = 32.94%
G = 36.26%
B = 30.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#A9BA9E (or 0xA9BA9E) is known color: Spring Rain. HEX triplet: A9, BA and 9E. RGB value is (169,186,158). Sum of RGB (Red+Green+Blue) = 169+186+158=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 158 (62.11% from 255 or 30.80% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA9E is #564561. Grayscale: #B1B1B1. Windows color (decimal): -5653858 or 10402473. OLE color: 10402473.

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

Color convert

RGB 169 186 158 -
CMYK 0.09 0 0.15 0.27
HSL 96.43º 0.17% 0.67% -
HSV(B) 96.43º 0.15% 0.73% -
XYZ 40.09 46.02 39.12 -
YUV 177.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 169 186 158 0.09 0 0.15 0.27 96.43 0.17 0.67
Hex A9 BA 9E 9 0 F 1B 60 11 43
Octal 251 272 236 11 0 17 33 140 21 103
Binary 10101001 10111010 10011110 1001 0 1111 11011 1100000 10001 1000011

Color Harmonies of #A9BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9BA9E

Black with #A9BA9E

Text Example


Text Example

White with #A9BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9BA9E; }

 p { color: rgb(169,186,158); }

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

background-color css

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

 a { background-color: rgb(169,186,158); }

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

border-color css

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

 span { border-color: rgb(169,186,158); }

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