Html Css Color HEX #A1BE96 Spring Rain

📋 copy color: '#A1BE96'

red 161 ◦ green 190 ◦ blue 150

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

Shades of Spring Rain #A1BE96

Tints of Spring Rain #A1BE96

RGB

 RED value IS 161 (63.28% from 255) = 32.14%

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

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

R = 32.14%
G = 37.92%
B = 29.94%

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

#A1BE96 (or 0xA1BE96) is known color: Spring Rain. HEX triplet: A1, BE and 96. RGB value is (161,190,150). Sum of RGB (Red+Green+Blue) = 161+190+150=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE96 is #5E4169. Grayscale: #B0B0B0. Windows color (decimal): -6177130 or 9879201. OLE color: 9879201.

HSL color Cylindrical-coordinate representation of color #A1BE96: hue angle of 103.5º 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 #A1BE96 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 190 150 -
CMYK 0.15 0 0.21 0.25
HSL 103.5º 0.24% 0.67% -
HSV(B) 103.5º 0.21% 0.75% -
XYZ 38.62 46.61 35.81 -
YUV 176.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 161 190 150 0.15 0 0.21 0.25 103.5 0.24 0.67
Hex A1 BE 96 F 0 15 19 68 18 43
Octal 241 276 226 17 0 25 31 150 30 103
Binary 10100001 10111110 10010110 1111 0 10101 11001 1101000 11000 1000011

Color Harmonies of #A1BE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE96

Black with #A1BE96

Text Example


Text Example

White with #A1BE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE96; }

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

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

background-color css

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

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

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

border-color css

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

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

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