Html Css Color HEX #A2BB9A Spring Rain

📋 copy color: '#A2BB9A'

red 162 ◦ green 187 ◦ blue 154

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

Shades of Spring Rain #A2BB9A

Tints of Spring Rain #A2BB9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.62%

R = 32.21%
G = 37.18%
B = 30.62%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#A2BB9A (or 0xA2BB9A) is known color: Spring Rain. HEX triplet: A2, BB and 9A. RGB value is (162,187,154). Sum of RGB (Red+Green+Blue) = 162+187+154=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB9A is #5D4465. Grayscale: #AFAFAF. Windows color (decimal): -6112358 or 10140578. OLE color: 10140578.

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

Color convert

RGB 162 187 154 -
CMYK 0.13 0 0.18 0.27
HSL 105.45º 0.2% 0.67% -
HSV(B) 105.45º 0.18% 0.73% -
XYZ 38.5 45.56 37.34 -
YUV 175.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 162 187 154 0.13 0 0.18 0.27 105.45 0.2 0.67
Hex A2 BB 9A D 0 12 1B 69 14 43
Octal 242 273 232 15 0 22 33 151 24 103
Binary 10100010 10111011 10011010 1101 0 10010 11011 1101001 10100 1000011

Color Harmonies of #A2BB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB9A

Black with #A2BB9A

Text Example


Text Example

White with #A2BB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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