#A7BF9B

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

Shades of Spring Rain #A7BF9B

Tints of Spring Rain #A7BF9B

Color information

#A7BF9B (or 0xA7BF9B) is unknown color: approx Spring Rain. HEX triplet: A7, BF and 9B. RGB value is (167,191,155). Sum of RGB (Red+Green+Blue) = 167+191+155=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF9B is #584064. Grayscale: #B3B3B3. Windows color (decimal): -5783653 or 10207143. OLE color: 10207143.

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

Color convert

RGB167191155-
CMYK0.1300.190.25
HSL100º21.95%67.84%-
HSV(B)100º18.85%74.9%-
XYZ40.4847.8438.11-
YUV179.72114.05118.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=32.55%
G=37.23%
B=30.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911550.1300.190.2510021.9567.84
HexA7BF9BD01319641644
Octal247277233150233114426104
Binary1010011110111111100110111101010011110011100100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF9B; }

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

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

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

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

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

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

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

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