#A1BF9B

Color #A1BF9B Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A1BF9B

Tints of Spring Rain #A1BF9B

Color information

#A1BF9B (or 0xA1BF9B) is unknown color: approx Spring Rain. HEX triplet: A1, BF and 9B. RGB value is (161,191,155). Sum of RGB (Red+Green+Blue) = 161+191+155=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BF9B is #5E4064. Grayscale: #B2B2B2. Windows color (decimal): -6176869 or 10207137. OLE color: 10207137.

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

Color convert

RGB161191155-
CMYK0.1600.190.25
HSL110º21.95%67.84%-
HSV(B)110º18.85%74.9%-
XYZ39.2547.2138.05-
YUV177.93115.06115.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=31.76%
G=37.67%
B=30.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911550.1600.190.2511021.9567.84
HexA1BF9B10013196e1644
Octal241277233200233115626104
Binary10100001101111111001101110000010011110011101110101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BF9B; }

 p { color: rgb(161,191,155); }

 H1.HeaderClassName
 {
   color: #A1BF9B;
 }
 .AnyTagClassName
 {
   color: #A1BF9B;
 }
</style>
background-color css

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

 a { background-color: rgb(161,191,155); }

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

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

 span { border-color: rgb(161,191,155); }

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