Html Css Color HEX #A2BB9E Spring Rain

📋 copy color: '#A2BB9E'

red 162 ◦ green 187 ◦ blue 158

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

Shades of Spring Rain #A2BB9E

Tints of Spring Rain #A2BB9E

RGB

 RED value IS 162 (63.67% from 255) = 31.95%

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

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

R = 31.95%
G = 36.88%
B = 31.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#A2BB9E (or 0xA2BB9E) is known color: Spring Rain. HEX triplet: A2, BB and 9E. RGB value is (162,187,158). Sum of RGB (Red+Green+Blue) = 162+187+158=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB9E is #5D4461. Grayscale: #B0B0B0. Windows color (decimal): -6112354 or 10402722. OLE color: 10402722.

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

Color convert

RGB 162 187 158 -
CMYK 0.13 0 0.16 0.27
HSL 111.72º 0.18% 0.68% -
HSV(B) 111.72º 0.16% 0.73% -
XYZ 38.84 45.69 39.12 -
YUV 176.22 117.72 117.86 -
System Red Green Blue C M Y K H S L
Decimal 162 187 158 0.13 0 0.16 0.27 111.72 0.18 0.68
Hex A2 BB 9E D 0 10 1B 70 12 44
Octal 242 273 236 15 0 20 33 160 22 104
Binary 10100010 10111011 10011110 1101 0 10000 11011 1110000 10010 1000100

Color Harmonies of #A2BB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB9E

Black with #A2BB9E

Text Example


Text Example

White with #A2BB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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