Html Css Color HEX #A1BC9D Spring Rain

📋 copy color: '#A1BC9D'

red 161 ◦ green 188 ◦ blue 157

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

Shades of Spring Rain #A1BC9D

Tints of Spring Rain #A1BC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.03%

R = 31.82%
G = 37.15%
B = 31.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#A1BC9D (or 0xA1BC9D) is known color: Spring Rain. HEX triplet: A1, BC and 9D. RGB value is (161,188,157). Sum of RGB (Red+Green+Blue) = 161+188+157=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9D is #5E4362. Grayscale: #B0B0B0. Windows color (decimal): -6177635 or 10337441. OLE color: 10337441.

HSL color Cylindrical-coordinate representation of color #A1BC9D: hue angle of 112.26º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BC9D is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 188 157 -
CMYK 0.14 0 0.16 0.26
HSL 112.26º 0.19% 0.68% -
HSV(B) 112.26º 0.16% 0.74% -
XYZ 38.77 45.98 38.73 -
YUV 176.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 161 188 157 0.14 0 0.16 0.26 112.26 0.19 0.68
Hex A1 BC 9D E 0 10 1A 70 13 44
Octal 241 274 235 16 0 20 32 160 23 104
Binary 10100001 10111100 10011101 1110 0 10000 11010 1110000 10011 1000100

Color Harmonies of #A1BC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC9D

Black with #A1BC9D

Text Example


Text Example

White with #A1BC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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