#A7BF9E

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

Shades of Spring Rain #A7BF9E

Tints of Spring Rain #A7BF9E

Color information

#A7BF9E (or 0xA7BF9E) is unknown color: approx Spring Rain. HEX triplet: A7, BF and 9E. RGB value is (167,191,158). Sum of RGB (Red+Green+Blue) = 167+191+158=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A7BF9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BF9E is #584061. Grayscale: #B4B4B4. Windows color (decimal): -5783650 or 10403751. OLE color: 10403751.

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

Color convert

RGB167191158-
CMYK0.1300.170.25
HSL103.64º20.5%68.43%-
HSV(B)103.64º17.28%74.9%-
XYZ40.7447.9539.46-
YUV180.06115.55118.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 158 (62.11% from 255) = 30.62%
R=32.36%
G=37.02%
B=30.62%

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
Decimal1671911580.1300.170.25103.6420.568.43
HexA7BF9ED01119681444
Octal247277236150213115024104
Binary1010011110111111100111101101010001110011101000101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BF9E; }

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

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

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

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

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

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

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

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