#AACB9B

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

Shades of Spring Rain #AACB9B

Tints of Spring Rain #AACB9B

Color information

#AACB9B (or 0xAACB9B) is unknown color: approx Spring Rain. HEX triplet: AA, CB and 9B. RGB value is (170,203,155). Sum of RGB (Red+Green+Blue) = 170+203+155=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACB9B is #553464. Grayscale: #BBBBBB. Windows color (decimal): -5583973 or 10210218. OLE color: 10210218.

HSL color Cylindrical-coordinate representation of color #AACB9B: hue angle of 101.25º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AACB9B is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB170203155-
CMYK0.1600.240.20
HSL101.25º31.58%70.2%-
HSV(B)101.25º23.65%79.61%-
XYZ43.8553.6239.05-
YUV187.66109.57115.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=32.20%
G=38.45%
B=29.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1702031550.1600.240.20101.2531.5870.2
HexAACB9B1001814652046
Octal252313233200302414540106
Binary101010101100101110011011100000110001010011001011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACB9B; }

 p { color: rgb(170,203,155); }

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

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

 a { background-color: rgb(170,203,155); }

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

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

 span { border-color: rgb(170,203,155); }

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