#A9BF9F

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

Shades of Spring Rain #A9BF9F

Tints of Spring Rain #A9BF9F

Color information

#A9BF9F (or 0xA9BF9F) is unknown color: approx Spring Rain. HEX triplet: A9, BF and 9F. RGB value is (169,191,159). Sum of RGB (Red+Green+Blue) = 169+191+159=519 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.56% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A9BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BF9F is #564060. Grayscale: #B4B4B4. Windows color (decimal): -5652577 or 10469289. OLE color: 10469289.

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

Color convert

RGB169191159-
CMYK0.1200.170.25
HSL101.25º20%68.63%-
HSV(B)101.25º16.75%74.9%-
XYZ41.2548.239.93-
YUV180.77115.71119.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.56%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=32.56%
G=36.80%
B=30.64%

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
Decimal1691911590.1200.170.25101.252068.63
HexA9BF9FC01119651445
Octal251277237140213114524105
Binary1010100110111111100111111100010001110011100101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BF9F; }

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

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

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

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

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

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

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

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