#ACBF9F

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

Shades of Spring Rain #ACBF9F

Tints of Spring Rain #ACBF9F

Color information

#ACBF9F (or 0xACBF9F) is unknown color: approx Spring Rain. HEX triplet: AC, BF and 9F. RGB value is (172,191,159). Sum of RGB (Red+Green+Blue) = 172+191+159=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 159 (62.5% from 255 or 30.46% from 522); Max value from RGB is 191 - color contains mainly: green. Hex color #ACBF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACBF9F is #534060. Grayscale: #B5B5B5. Windows color (decimal): -5455969 or 10469292. OLE color: 10469292.

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

Color convert

RGB172191159-
CMYK0.1000.170.25
HSL95.62º20%68.63%-
HSV(B)95.62º16.75%74.9%-
XYZ41.948.5439.96-
YUV181.67115.21121.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.95%
GREEN value IS 191 (75% from 255) = 36.59%
BLUE value IS 159 (62.5% from 255) = 30.46%
R=32.95%
G=36.59%
B=30.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721911590.1000.170.2595.622068.63
HexACBF9FA01119601445
Octal254277237120213114024105
Binary1010110010111111100111111010010001110011100000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBF9F; }

 p { color: rgb(172,191,159); }

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

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

 a { background-color: rgb(172,191,159); }

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

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

 span { border-color: rgb(172,191,159); }

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