Html Css Color HEX #A1BC97 Spring Rain

📋 copy color: '#A1BC97'

red 161 ◦ green 188 ◦ blue 151

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

Shades of Spring Rain #A1BC97

Tints of Spring Rain #A1BC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

 BLUE value IS 151 (59.38% from 255) = 30.2%

R = 32.2%
G = 37.6%
B = 30.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A1BC97 (or 0xA1BC97) is known color: Spring Rain. HEX triplet: A1, BC and 97. RGB value is (161,188,151). Sum of RGB (Red+Green+Blue) = 161+188+151=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC97 is #5E4368. Grayscale: #AFAFAF. Windows color (decimal): -6177641 or 9944225. OLE color: 9944225.

HSL color Cylindrical-coordinate representation of color #A1BC97: hue angle of 103.78º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1BC97 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 151 -
CMYK 0.14 0 0.20 0.26
HSL 103.78º 0.22% 0.66% -
HSV(B) 103.78º 0.2% 0.74% -
XYZ 38.27 45.78 36.1 -
YUV 175.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 161 188 151 0.14 0 0.20 0.26 103.78 0.22 0.66
Hex A1 BC 97 E 0 14 1A 68 16 42
Octal 241 274 227 16 0 24 32 150 26 102
Binary 10100001 10111100 10010111 1110 0 10100 11010 1101000 10110 1000010

Color Harmonies of #A1BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC97

Black with #A1BC97

Text Example


Text Example

White with #A1BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC97; }

 p { color: rgb(161,188,151); }

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

background-color css

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

 a { background-color: rgb(161,188,151); }

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

border-color css

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

 span { border-color: rgb(161,188,151); }

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