Html Css Color HEX #A5BB9B Spring Rain

📋 copy color: '#A5BB9B'

red 165 ◦ green 187 ◦ blue 155

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

Shades of Spring Rain #A5BB9B

Tints of Spring Rain #A5BB9B

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

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

R = 32.54%
G = 36.88%
B = 30.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#A5BB9B (or 0xA5BB9B) is known color: Spring Rain. HEX triplet: A5, BB and 9B. RGB value is (165,187,155). Sum of RGB (Red+Green+Blue) = 165+187+155=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BB9B is #5A4464. Grayscale: #B0B0B0. Windows color (decimal): -5915749 or 10206117. OLE color: 10206117.

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

Color convert

RGB 165 187 155 -
CMYK 0.12 0 0.17 0.27
HSL 101.25º 0.19% 0.67% -
HSV(B) 101.25º 0.17% 0.73% -
XYZ 39.2 45.91 37.8 -
YUV 176.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 165 187 155 0.12 0 0.17 0.27 101.25 0.19 0.67
Hex A5 BB 9B C 0 11 1B 65 13 43
Octal 245 273 233 14 0 21 33 145 23 103
Binary 10100101 10111011 10011011 1100 0 10001 11011 1100101 10011 1000011

Color Harmonies of #A5BB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BB9B

Black with #A5BB9B

Text Example


Text Example

White with #A5BB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BB9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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