#A3BF9A

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

Shades of Spring Rain #A3BF9A

Tints of Spring Rain #A3BF9A

Color information

#A3BF9A (or 0xA3BF9A) is unknown color: approx Spring Rain. HEX triplet: A3, BF and 9A. RGB value is (163,191,154). Sum of RGB (Red+Green+Blue) = 163+191+154=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF9A is #5C4065. Grayscale: #B2B2B2. Windows color (decimal): -6045798 or 10141603. OLE color: 10141603.

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

Color convert

RGB163191154-
CMYK0.1500.190.25
HSL105.41º22.42%67.65%-
HSV(B)105.41º19.37%74.9%-
XYZ39.5747.3837.63-
YUV178.41114.22117.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 154 (60.55% from 255) = 30.31%
R=32.09%
G=37.60%
B=30.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911540.1500.190.25105.4122.4267.65
HexA3BF9AF01319691644
Octal243277232170233115126104
Binary1010001110111111100110101111010011110011101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF9A; }

 p { color: rgb(163,191,154); }

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

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

 a { background-color: rgb(163,191,154); }

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

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

 span { border-color: rgb(163,191,154); }

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