#A7BF9F

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

Shades of Spring Rain #A7BF9F

Tints of Spring Rain #A7BF9F

Color information

#A7BF9F (or 0xA7BF9F) is unknown color: approx Spring Rain. HEX triplet: A7, BF and 9F. RGB value is (167,191,159). Sum of RGB (Red+Green+Blue) = 167+191+159=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF9F is #584060. Grayscale: #B4B4B4. Windows color (decimal): -5783649 or 10469287. OLE color: 10469287.

HSL color Cylindrical-coordinate representation of color #A7BF9F: hue angle of 105º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BF9F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB167191159-
CMYK0.1300.170.25
HSL105º20%68.63%-
HSV(B)105º16.75%74.9%-
XYZ40.8347.9839.91-
YUV180.18116.05118.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 159 (62.5% from 255) = 30.75%
R=32.30%
G=36.94%
B=30.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671911590.1300.170.251052068.63
HexA7BF9FD01119691445
Octal247277237150213115124105
Binary1010011110111111100111111101010001110011101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF9F; }

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

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

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

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

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

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

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

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