Html Css Color HEX #A2BB97 Spring Rain

📋 copy color: '#A2BB97'

red 162 ◦ green 187 ◦ blue 151

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

Shades of Spring Rain #A2BB97

Tints of Spring Rain #A2BB97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.2%

R = 32.4%
G = 37.4%
B = 30.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#A2BB97 (or 0xA2BB97) is known color: Spring Rain. HEX triplet: A2, BB and 97. RGB value is (162,187,151). Sum of RGB (Red+Green+Blue) = 162+187+151=500 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB97 is #5D4468. Grayscale: #AFAFAF. Windows color (decimal): -6112361 or 9943970. OLE color: 9943970.

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

Color convert

RGB 162 187 151 -
CMYK 0.13 0 0.19 0.27
HSL 101.67º 0.21% 0.66% -
HSV(B) 101.67º 0.19% 0.73% -
XYZ 38.26 45.46 36.04 -
YUV 175.42 114.22 118.43 -
System Red Green Blue C M Y K H S L
Decimal 162 187 151 0.13 0 0.19 0.27 101.67 0.21 0.66
Hex A2 BB 97 D 0 13 1B 66 15 42
Octal 242 273 227 15 0 23 33 146 25 102
Binary 10100010 10111011 10010111 1101 0 10011 11011 1100110 10101 1000010

Color Harmonies of #A2BB97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB97

Black with #A2BB97

Text Example


Text Example

White with #A2BB97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB97; }

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

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

background-color css

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

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

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

border-color css

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

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

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