#A5B99B

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

Shades of Spring Rain #A5B99B

Tints of Spring Rain #A5B99B

Color information

#A5B99B (or 0xA5B99B) is unknown color: approx Spring Rain. HEX triplet: A5, B9 and 9B. RGB value is (165,185,155). Sum of RGB (Red+Green+Blue) = 165+185+155=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B99B is #5A4664. Grayscale: #AFAFAF. Windows color (decimal): -5916261 or 10205605. OLE color: 10205605.

HSL color Cylindrical-coordinate representation of color #A5B99B: hue angle of 100º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5B99B is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB165185155-
CMYK0.1100.160.27
HSL100º17.65%66.67%-
HSV(B)100º16.22%72.55%-
XYZ38.7845.0637.66-
YUV175.6116.37120.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 185 (72.66% from 255) = 36.63%
BLUE value IS 155 (60.94% from 255) = 30.69%
R=32.67%
G=36.63%
B=30.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851550.1100.160.2710017.6566.67
HexA5B99BB0101B641243
Octal245271233130203314422103
Binary1010010110111001100110111011010000110111100100100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B99B; }

 p { color: rgb(165,185,155); }

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

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

 a { background-color: rgb(165,185,155); }

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

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

 span { border-color: rgb(165,185,155); }

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