Html Css Color HEX #A4BB9E Spring Rain

📋 copy color: '#A4BB9E'

red 164 ◦ green 187 ◦ blue 158

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

Shades of Spring Rain #A4BB9E

Tints of Spring Rain #A4BB9E

RGB

 RED value IS 164 (64.45% from 255) = 32.22%

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

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

R = 32.22%
G = 36.74%
B = 31.04%

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

#A4BB9E (or 0xA4BB9E) is known color: Spring Rain. HEX triplet: A4, BB and 9E. RGB value is (164,187,158). Sum of RGB (Red+Green+Blue) = 164+187+158=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BB9E is #5B4461. Grayscale: #B0B0B0. Windows color (decimal): -5981282 or 10402724. OLE color: 10402724.

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

Color convert

RGB 164 187 158 -
CMYK 0.12 0 0.16 0.27
HSL 107.59º 0.18% 0.68% -
HSV(B) 107.59º 0.16% 0.73% -
XYZ 39.25 45.9 39.14 -
YUV 176.82 117.38 118.86 -
System Red Green Blue C M Y K H S L
Decimal 164 187 158 0.12 0 0.16 0.27 107.59 0.18 0.68
Hex A4 BB 9E C 0 10 1B 6C 12 44
Octal 244 273 236 14 0 20 33 154 22 104
Binary 10100100 10111011 10011110 1100 0 10000 11011 1101100 10010 1000100

Color Harmonies of #A4BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BB9E

Black with #A4BB9E

Text Example


Text Example

White with #A4BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BB9E; }

 p { color: rgb(164,187,158); }

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

background-color css

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

 a { background-color: rgb(164,187,158); }

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

border-color css

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

 span { border-color: rgb(164,187,158); }

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