Html Css Color HEX #A1BC9F Spring Rain

📋 copy color: '#A1BC9F'

red 161 ◦ green 188 ◦ blue 159

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

Shades of Spring Rain #A1BC9F

Tints of Spring Rain #A1BC9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.3%

R = 31.69%
G = 37.01%
B = 31.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A1BC9F (or 0xA1BC9F) is known color: Spring Rain. HEX triplet: A1, BC and 9F. RGB value is (161,188,159). Sum of RGB (Red+Green+Blue) = 161+188+159=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 188 (73.83% from 255 or 37.01% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BC9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BC9F is #5E4360. Grayscale: #B0B0B0. Windows color (decimal): -6177633 or 10468513. OLE color: 10468513.

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

Color convert

RGB 161 188 159 -
CMYK 0.14 0 0.15 0.26
HSL 115.86º 0.18% 0.68% -
HSV(B) 115.86º 0.15% 0.74% -
XYZ 38.94 46.05 39.64 -
YUV 176.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 161 188 159 0.14 0 0.15 0.26 115.86 0.18 0.68
Hex A1 BC 9F E 0 F 1A 74 12 44
Octal 241 274 237 16 0 17 32 164 22 104
Binary 10100001 10111100 10011111 1110 0 1111 11010 1110100 10010 1000100

Color Harmonies of #A1BC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BC9F

Black with #A1BC9F

Text Example


Text Example

White with #A1BC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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