Html Css Color HEX #A2BE9A Spring Rain

📋 copy color: '#A2BE9A'

red 162 ◦ green 190 ◦ blue 154

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

Shades of Spring Rain #A2BE9A

Tints of Spring Rain #A2BE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 32.02%
G = 37.55%
B = 30.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#A2BE9A (or 0xA2BE9A) is known color: Spring Rain. HEX triplet: A2, BE and 9A. RGB value is (162,190,154). Sum of RGB (Red+Green+Blue) = 162+190+154=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BE9A is #5D4165. Grayscale: #B1B1B1. Windows color (decimal): -6111590 or 10141346. OLE color: 10141346.

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

Color convert

RGB 162 190 154 -
CMYK 0.15 0 0.19 0.25
HSL 106.67º 0.22% 0.67% -
HSV(B) 106.67º 0.19% 0.75% -
XYZ 39.15 46.84 37.55 -
YUV 177.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 162 190 154 0.15 0 0.19 0.25 106.67 0.22 0.67
Hex A2 BE 9A F 0 13 19 6B 16 43
Octal 242 276 232 17 0 23 31 153 26 103
Binary 10100010 10111110 10011010 1111 0 10011 11001 1101011 10110 1000011

Color Harmonies of #A2BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE9A

Black with #A2BE9A

Text Example


Text Example

White with #A2BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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