Html Css Color HEX #A2BE95 Spring Rain

📋 copy color: '#A2BE95'

red 162 ◦ green 190 ◦ blue 149

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

Shades of Spring Rain #A2BE95

Tints of Spring Rain #A2BE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.74%

R = 32.34%
G = 37.92%
B = 29.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A2BE95 (or 0xA2BE95) is known color: Spring Rain. HEX triplet: A2, BE and 95. RGB value is (162,190,149). Sum of RGB (Red+Green+Blue) = 162+190+149=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE95 is #5D416A. Grayscale: #B1B1B1. Windows color (decimal): -6111595 or 9813666. OLE color: 9813666.

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

Color convert

RGB 162 190 149 -
CMYK 0.15 0 0.22 0.25
HSL 100.98º 0.24% 0.66% -
HSV(B) 100.98º 0.22% 0.75% -
XYZ 38.74 46.68 35.4 -
YUV 176.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 162 190 149 0.15 0 0.22 0.25 100.98 0.24 0.66
Hex A2 BE 95 F 0 16 19 65 18 42
Octal 242 276 225 17 0 26 31 145 30 102
Binary 10100010 10111110 10010101 1111 0 10110 11001 1100101 11000 1000010

Color Harmonies of #A2BE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE95

Black with #A2BE95

Text Example


Text Example

White with #A2BE95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE95; }

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

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

background-color css

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

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

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

border-color css

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

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

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