#A8BF9F

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

Shades of Spring Rain #A8BF9F

Tints of Spring Rain #A8BF9F

Color information

#A8BF9F (or 0xA8BF9F) is unknown color: approx Spring Rain. HEX triplet: A8, BF and 9F. RGB value is (168,191,159). Sum of RGB (Red+Green+Blue) = 168+191+159=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BF9F is #574060. Grayscale: #B4B4B4. Windows color (decimal): -5718113 or 10469288. OLE color: 10469288.

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

Color convert

RGB168191159-
CMYK0.1200.170.25
HSL103.12º20%68.63%-
HSV(B)103.12º16.75%74.9%-
XYZ41.0448.0939.92-
YUV180.48115.88119.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 159 (62.5% from 255) = 30.69%
R=32.43%
G=36.87%
B=30.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681911590.1200.170.25103.122068.63
HexA8BF9FC01119671445
Octal250277237140213114724105
Binary1010100010111111100111111100010001110011100111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BF9F; }

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

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

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

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

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

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

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

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