#A3BF96

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

Shades of Spring Rain #A3BF96

Tints of Spring Rain #A3BF96

Color information

#A3BF96 (or 0xA3BF96) is unknown color: approx Spring Rain. HEX triplet: A3, BF and 96. RGB value is (163,191,150). Sum of RGB (Red+Green+Blue) = 163+191+150=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF96 is #5C4069. Grayscale: #B2B2B2. Windows color (decimal): -6045802 or 9879459. OLE color: 9879459.

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

Color convert

RGB163191150-
CMYK0.1500.210.25
HSL100.98º24.26%66.86%-
HSV(B)100.98º21.47%74.9%-
XYZ39.2447.2535.91-
YUV177.95112.22117.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.34%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 150 (58.98% from 255) = 29.76%
R=32.34%
G=37.90%
B=29.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911500.1500.210.25100.9824.2666.86
HexA3BF96F01519651843
Octal243277226170253114530103
Binary1010001110111111100101101111010101110011100101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF96; }

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

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

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

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

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

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

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

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