Html Css Color HEX #A5BA9B Spring Rain

📋 copy color: '#A5BA9B'

red 165 ◦ green 186 ◦ blue 155

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

Shades of Spring Rain #A5BA9B

Tints of Spring Rain #A5BA9B

RGB

 RED value IS 165 (64.84% from 255) = 32.61%

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

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

R = 32.61%
G = 36.76%
B = 30.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A5BA9B (or 0xA5BA9B) is known color: Spring Rain. HEX triplet: A5, BA and 9B. RGB value is (165,186,155). Sum of RGB (Red+Green+Blue) = 165+186+155=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9B is #5A4564. Grayscale: #B0B0B0. Windows color (decimal): -5916005 or 10205861. OLE color: 10205861.

HSL color Cylindrical-coordinate representation of color #A5BA9B: hue angle of 100.65º 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 #A5BA9B is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 186 155 -
CMYK 0.11 0 0.17 0.27
HSL 100.65º 0.18% 0.67% -
HSV(B) 100.65º 0.17% 0.73% -
XYZ 38.99 45.48 37.73 -
YUV 176.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 165 186 155 0.11 0 0.17 0.27 100.65 0.18 0.67
Hex A5 BA 9B B 0 11 1B 65 12 43
Octal 245 272 233 13 0 21 33 145 22 103
Binary 10100101 10111010 10011011 1011 0 10001 11011 1100101 10010 1000011

Color Harmonies of #A5BA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BA9B

Black with #A5BA9B

Text Example


Text Example

White with #A5BA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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