#A7BE9F

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

Shades of Spring Rain #A7BE9F

Tints of Spring Rain #A7BE9F

Color information

#A7BE9F (or 0xA7BE9F) is unknown color: approx Spring Rain. HEX triplet: A7, BE and 9F. RGB value is (167,190,159). Sum of RGB (Red+Green+Blue) = 167+190+159=516 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.36% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #A7BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7BE9F is #584160. Grayscale: #B3B3B3. Windows color (decimal): -5783905 or 10469031. OLE color: 10469031.

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

Color convert

RGB167190159-
CMYK0.1200.160.25
HSL104.52º19.25%68.43%-
HSV(B)104.52º16.32%74.51%-
XYZ40.6147.5539.84-
YUV179.59116.38119.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.36%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 159 (62.5% from 255) = 30.81%
R=32.36%
G=36.82%
B=30.81%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671901590.1200.160.25104.5219.2568.43
HexA7BE9FC01019691344
Octal247276237140203115123104
Binary1010011110111110100111111100010000110011101001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BE9F; }

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

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

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

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

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

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

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

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