#ACCA9B

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

Shades of Spring Rain #ACCA9B

Tints of Spring Rain #ACCA9B

Color information

#ACCA9B (or 0xACCA9B) is unknown color: approx Spring Rain. HEX triplet: AC, CA and 9B. RGB value is (172,202,155). Sum of RGB (Red+Green+Blue) = 172+202+155=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA9B is #533564. Grayscale: #BBBBBB. Windows color (decimal): -5453157 or 10209964. OLE color: 10209964.

HSL color Cylindrical-coordinate representation of color #ACCA9B: hue angle of 98.3º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACCA9B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB172202155-
CMYK0.1500.230.21
HSL98.3º30.72%70%-
HSV(B)98.3º23.27%79.22%-
XYZ44.0553.3838.99-
YUV187.67109.56116.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.51%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=32.51%
G=38.19%
B=29.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021550.1500.230.2198.330.7270
HexACCA9BF01715621f46
Octal254312233170272514237106
Binary1010110011001010100110111111010111101011100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA9B; }

 p { color: rgb(172,202,155); }

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

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

 a { background-color: rgb(172,202,155); }

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

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

 span { border-color: rgb(172,202,155); }

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