Html Css Color HEX #A2BEA2 Spring Rain

📋 copy color: '#A2BEA2'

red 162 ◦ green 190 ◦ blue 162

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

Shades of Spring Rain #A2BEA2

Tints of Spring Rain #A2BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.52%

R = 31.52%
G = 36.96%
B = 31.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#A2BEA2 (or 0xA2BEA2) is known color: Spring Rain. HEX triplet: A2, BE and A2. RGB value is (162,190,162). Sum of RGB (Red+Green+Blue) = 162+190+162=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 162 (63.67% from 255 or 31.52% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BEA2 is #5D415D. Grayscale: #B2B2B2. Windows color (decimal): -6111582 or 10665634. OLE color: 10665634.

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

Color convert

RGB 162 190 162 -
CMYK 0.15 0 0.15 0.25
HSL 120º 0.18% 0.69% -
HSV(B) 120º 0.15% 0.75% -
XYZ 39.84 47.12 41.18 -
YUV 178.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 162 190 162 0.15 0 0.15 0.25 120 0.18 0.69
Hex A2 BE A2 F 0 F 19 78 12 45
Octal 242 276 242 17 0 17 31 170 22 105
Binary 10100010 10111110 10100010 1111 0 1111 11001 1111000 10010 1000101

Color Harmonies of #A2BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BEA2

Black with #A2BEA2

Text Example


Text Example

White with #A2BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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