Html Css Color HEX #A2BC97 Spring Rain

📋 copy color: '#A2BC97'

red 162 ◦ green 188 ◦ blue 151

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

Shades of Spring Rain #A2BC97

Tints of Spring Rain #A2BC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

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

R = 32.34%
G = 37.52%
B = 30.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A2BC97 (or 0xA2BC97) is known color: Spring Rain. HEX triplet: A2, BC and 97. RGB value is (162,188,151). Sum of RGB (Red+Green+Blue) = 162+188+151=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BC97 is #5D4368. Grayscale: #B0B0B0. Windows color (decimal): -6112105 or 9944226. OLE color: 9944226.

HSL color Cylindrical-coordinate representation of color #A2BC97: hue angle of 102.16º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A2BC97 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 151 -
CMYK 0.14 0 0.20 0.26
HSL 102.16º 0.22% 0.66% -
HSV(B) 102.16º 0.2% 0.74% -
XYZ 38.47 45.88 36.11 -
YUV 176.01 113.89 118.01 -
System Red Green Blue C M Y K H S L
Decimal 162 188 151 0.14 0 0.20 0.26 102.16 0.22 0.66
Hex A2 BC 97 E 0 14 1A 66 16 42
Octal 242 274 227 16 0 24 32 146 26 102
Binary 10100010 10111100 10010111 1110 0 10100 11010 1100110 10110 1000010

Color Harmonies of #A2BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC97

Black with #A2BC97

Text Example


Text Example

White with #A2BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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