#ACBEA0

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

Shades of Spring Rain #ACBEA0

Tints of Spring Rain #ACBEA0

Color information

#ACBEA0 (or 0xACBEA0) is unknown color: approx Spring Rain. HEX triplet: AC, BE and A0. RGB value is (172,190,160). Sum of RGB (Red+Green+Blue) = 172+190+160=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBEA0 is #53415F. Grayscale: #B5B5B5. Windows color (decimal): -5456224 or 10534572. OLE color: 10534572.

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

Color convert

RGB172190160-
CMYK0.0900.160.25
HSL96º18.75%68.63%-
HSV(B)96º15.79%74.51%-
XYZ41.7748.1440.35-
YUV181.2116.04121.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=32.95%
G=36.40%
B=30.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721901600.0900.160.259618.7568.63
HexACBEA0901019601345
Octal254276240110203114023105
Binary1010110010111110101000001001010000110011100000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBEA0; }

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

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

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

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

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

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

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

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