#ACBEA5

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

Shades of Spring Rain #ACBEA5

Tints of Spring Rain #ACBEA5

Color information

#ACBEA5 (or 0xACBEA5) is unknown color: approx Spring Rain. HEX triplet: AC, BE and A5. RGB value is (172,190,165). Sum of RGB (Red+Green+Blue) = 172+190+165=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEA5 is #53415A. Grayscale: #B5B5B5. Windows color (decimal): -5456219 or 10862252. OLE color: 10862252.

HSL color Cylindrical-coordinate representation of color #ACBEA5: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACBEA5 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB172190165-
CMYK0.0900.130.25
HSL103.2º16.13%69.61%-
HSV(B)103.2º13.16%74.51%-
XYZ42.2248.3142.7-
YUV181.77118.54121.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.64%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 165 (64.84% from 255) = 31.31%
R=32.64%
G=36.05%
B=31.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901650.0900.130.25103.216.1369.61
HexACBEA590D19671046
Octal254276245110153114720106
Binary101011001011111010100101100101101110011100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEA5; }

 p { color: rgb(172,190,165); }

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

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

 a { background-color: rgb(172,190,165); }

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

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

 span { border-color: rgb(172,190,165); }

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