Html Css Color HEX #A2BE96 Spring Rain

📋 copy color: '#A2BE96'

red 162 ◦ green 190 ◦ blue 150

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

Shades of Spring Rain #A2BE96

Tints of Spring Rain #A2BE96

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

 BLUE value IS 150 (58.98% from 255) = 29.88%

R = 32.27%
G = 37.85%
B = 29.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#A2BE96 (or 0xA2BE96) is known color: Spring Rain. HEX triplet: A2, BE and 96. RGB value is (162,190,150). Sum of RGB (Red+Green+Blue) = 162+190+150=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE96 is #5D4169. Grayscale: #B1B1B1. Windows color (decimal): -6111594 or 9879202. OLE color: 9879202.

HSL color Cylindrical-coordinate representation of color #A2BE96: hue angle of 102º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2BE96 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 150 -
CMYK 0.15 0 0.21 0.25
HSL 102º 0.24% 0.67% -
HSV(B) 102º 0.21% 0.75% -
XYZ 38.82 46.71 35.82 -
YUV 177.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 162 190 150 0.15 0 0.21 0.25 102 0.24 0.67
Hex A2 BE 96 F 0 15 19 66 18 43
Octal 242 276 226 17 0 25 31 146 30 103
Binary 10100010 10111110 10010110 1111 0 10101 11001 1100110 11000 1000011

Color Harmonies of #A2BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE96

Black with #A2BE96

Text Example


Text Example

White with #A2BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE96; }

 p { color: rgb(162,190,150); }

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

background-color css

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

 a { background-color: rgb(162,190,150); }

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

border-color css

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

 span { border-color: rgb(162,190,150); }

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